-
Enhancement
-
Resolution: Obsolete
-
Major
-
None
-
4.0.0.Final
-
None
Provision to getCache() from CacheManager, without starting the cache. This is for achieving scenarios like adding cache-listeners before starting the cache for first time.
Adding a method getCache(String cacheName, boolean start) will work for the requirement.
Also, any change in cache level configuration can be made programmatically by the client application, if this method is implemented.