| Interface | Description |
|---|---|
| ICache<K,V> |
Interface for caches as used internally to the system
|
| ICacheBuilder |
Provides a method to build caches implementing
ICache |
| ICacheOptions |
Represents an object that contains everything needed to build a cache.
|
| ILoadingCache<K,V> |
Extension of general cache contract to provide for getting a value with a particular
value loaded.
|
| IPutCache<K,V> |
A cache that supports a thread safe put method for inserting to cache.
|
| IValueLoader<K,V> |
Interface provides methods to load a value for a key
|
| Class | Description |
|---|---|
| CacheOptions |
Contains everything needed to build a cache.
|
| ICache.Base<K,V> | |
| LruCache<K,V> |
Many of the entities used by the detector data set are requested repeatedly.
|
| LruCache.LruBuilder |
Copyright © 2017 51Degrees. All rights reserved.