| 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
ConcurrentHashMap. |
| Enum | Description |
|---|---|
| DefaultComputingCacheFactory.MaxSizeStrategy |
Defines the strategy applied when the max size limit is set and exceeded.
|
| DefaultComputingCacheFactory.RemovalCause |
Copyright © 2017. All rights reserved.