Interface Cache.Backend<K,V>
- 
- Type Parameters:
 K- the key classV- the value class
- All Known Implementing Classes:
 AbstractBlobStore,CachingBlobStore,FileBlobStore,MemoryBlobStore
- Enclosing class:
 - Cache<K,V extends Cache.Value>
 
public static interface Cache.Backend<K,V>A cache backend that can load objects from persistent storage. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vload(K key)Load the object. 
 -