getAll abstract method
Returns all cache entries as a map.
Useful for:
- Debugging and inspection
- Bulk operations
- Cache migration
Expired entries should be excluded from the result.
Implementation
Map<String, CacheEntry> getAll();
Returns all cache entries as a map.
Useful for:
Expired entries should be excluded from the result.
Map<String, CacheEntry> getAll();