| Interface | Description |
|---|---|
| ComputingCache<K,V> |
A simple abstraction for computing (lazy loading) cache.
|
| ComputingCache.Function<K,V> | |
| ComputingCache.KeyPredicate<K> | |
| ComputingCache.Listener<K> | |
| ComputingCacheFactory |
A factory for
ComputingCache instances. |
| Class | Description |
|---|---|
| DefaultComputingCacheFactory |
A default computing cache factory producing computing cache implementations
backed by
LoadingCache. |
| DefaultComputingCacheFactory.CacheLoaderAdapter<K,V> | |
| DefaultComputingCacheFactory.LoadingCacheAdapter<K,V> |
Copyright © 2015. All Rights Reserved.