- All Superinterfaces:
- Map<Object,ObjectProvider>
- All Known Implementing Classes:
- SoftRefCache, StrongRefCache, WeakRefCache
public interface Level1Cache
extends Map<Object,ObjectProvider>
Provides an interface for Level 1 caches.
Currently we just require a Map, but interfacing this provides
the flexibility to being able to add requirements in the future.