|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Cache | |
| org.opendoors.cache | |
| org.opendoors.cache.immutable | |
| Uses of Cache in org.opendoors.cache |
| Subinterfaces of Cache in org.opendoors.cache | |
interface |
UpdateableCache
Some cache implementations will expose an explicit udpate method allowing clients to perform pending updates to the cache which brings the cache up-to-date with recent mutations to the cache. |
| Uses of Cache in org.opendoors.cache.immutable |
| Classes in org.opendoors.cache.immutable that implement Cache | |
class |
CacheImpl
Implements the updateable cache interface according to the immutable / mutable cache strategy of VFC. |
| Constructors in org.opendoors.cache.immutable with parameters of type Cache | |
Depopulate(Cache cache,
int n,
int m)
Construct the depopulator with test parameters. |
|
Populate(Cache cache,
int n,
int m)
Construct the populator with test parameters. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||