Interface Cache.Value
-
- All Known Implementing Classes:
AbstractBlobStore.Data
- Enclosing class:
- Cache<K,V extends Cache.Value>
public static interface Cache.Value
A cacheable object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMemory()
Get the memory required in bytes.
-