Interface | Description |
---|---|
Cache<K,V> |
Cache of values identified by a key.
|
CacheLoader<K,V> |
Cache loader: the role of a loader is to compute the value
to store in a cache.
|
Class | Description |
---|---|
CacheFactory |
Factory for
Cache instances. |
Copyright © 2017. All rights reserved.