Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.5.0-beta5
-
None
Description
In EhCacheCacheProvider.java, it is creating a new CacheManager instance.
Prefer to use static create() method of CacheManager class to return a singleton.