Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.7
-
None
-
None
Description
These methods on SecondLevelCacheStatistics return incorrect data:
- getElementCountInMemory() - returns only local node's cache size (zero on client), not the global cache size.
- getEntries() - always returns empty map, even if there is data in cache.