| 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> | |
| Ticker |
| 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 |
|---|---|
| Eviction | |
| HashAlgorithm |
| Exception | Description |
|---|---|
| PermanentLoadException | |
| TemporaryLoadException |
Copyright © 2014–2021 Robert Stupp, Koeln, Germany, robert-stupp.de. All rights reserved.