getAll abstract method

Map<String, CacheEntry> getAll()

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();