| Interface | Description |
|---|---|
| TCacheHolder<V> |
Represents a Cache value with associated metadata like use count and access count.
|
| Class | Description |
|---|---|
| AccessTimeObjectHolder<V> |
Represents a Cache entry with associated metadata.
|
| Cache<K,V> |
A Cache that supports expiration based on expiration time and idle time.
|
| CacheLimit<K,V> |
A size limited Cache, that evicts elements asynchronously in the background.
|
| TCacheFactory |
The TCacheFactory allows to create Cache instances via calls to
TCacheFactory.builder(), and also supplies administrative methods for the
managed caches, like shutting down all registered Caches. |
| TCacheJSR107<K,V> |
A Java Caching implementation
|
| Enum | Description |
|---|---|
| CacheWriteMode |
Defines how entries are put in the cache.
|
| EvictionPolicy | |
| HashImplementation | |
| JamPolicy |
The JamPolicy defines behavior when there is a jam in the cache.
|
Copyright © 2018 trivago. All rights reserved.