See: Description
Interface | Description |
---|---|
CacheEntry |
A CacheEntry is a struct object that holds the
cache ID and value, as well as metadata for caching.
|
Sizeable |
All the objects put into the cache must implement this interface
if the application wants to control the size of a cache instance
in terms of heapsize.
|