Interface | Description |
---|---|
CacheLoader<K,V> |
Implementation to load values for cache entries using
getWithLoader
or OHCache.getWithLoaderAsync(Object, CacheLoader) getWithLoaderAsynd}. |
CacheSerializer<T> |
Serialize and deserialize cached data using
ByteBuffer |
CloseableIterator<E> | |
DirectValueAccess |
Returned by
OHCache for direct/random access to cached values and must be closed after use. |
OHCache<K,V> |
Class | Description |
---|---|
DummyJavadocPlaceholder |
This is a placeholder for Javadoc to succeed since maven-central requires a javadoc artifact for everything
|
OHCacheBuilder<K,V> |
Configures and builds OHC instance.
|
OHCacheStats |
Enum | Description |
---|---|
HashAlgorithm |
Exception | Description |
---|---|
PermanentLoadException | |
TemporaryLoadException |
Copyright © 2014–2017 Robert Stupp, Koeln, Germany, robert-stupp.de. All rights reserved.