| Interface | Description |
|---|---|
| TTLCache.EntryLoader<T> |
| Class | Description |
|---|---|
| AttributeValueMarshaller | |
| Base64 |
A class for decoding Base64 strings and encoding bytes as Base64 strings.
|
| ByteBufferInputStream | |
| Hkdf |
HMAC-based Key Derivation Function.
|
| LRUCache<T> |
A bounded cache that has a LRU eviction policy when the cache is full.
|
| TTLCache<T> |
A cache, backed by an LRUCache, that uses a loader to calculate values on cache miss or expired
TTL.
|
| Utils |