Hi,
if using spring,after we define cache manager in ApplicationContext, does it shutsdown when the spring context get's destroyed, how to check that wether it does or not, please provide a suggestion
That said I haven't personally verified it. It shouldn't be too hard to stop your program in the debugger either in this class or in CacheManager.shutdown() to verify.