Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Users should be able to create two or more caches in the same JVM.
Currently this is impossible because we have a static instance variable that only allows a single cache.
We should add a feature flag to let us start getting multiple caches to work if that feature flag is enabled. For this task we will add the feature flag and enable creating multiple caches in the same JVM. Not all cache features will work yet, just the CacheFactory.create().
Attachments
Issue Links
- links to