| Interface | Description |
|---|---|
| StorageBackend<K,V> |
The basic interface for providing a storage backend that holds the values of
|
| TriavaCacheConfiguration<K,V,B extends TriavaCacheConfiguration<K,V,B>> |
A Builder to create Cache instances.
|
| Class | Description |
|---|---|
| Builder<K,V> |
A Builder to create Cache instances.
|
| CacheLoader<K,V> |
An abstract implementation of
CacheLoader, that implements CacheLoader.loadAll(Iterable)
in a trivial fashion by iterating all keys and sequentially calling CacheLoader.load(Object). |
| CacheWriterWrapper<K,V> | |
| Holders<V> | |
| InternalBuilder<K,V> |
A Builder that additionally stores the TCacheFactory.
|
| NopCacheWriter<K,V> |
A CacheWriter that does nothing
|
| TCacheConfigurationBean<K,V> | |
| TCacheEntryIterator<K,V> |
An Iterator for Cache Entries.
|
| TCacheHolderIterator<K,V> |
An Iterator for Cache Entries.
|
| TCacheJSR107Entry<K,V> |
tCache implementation of
Cache.Entry. |
| TCacheJSR107MutableEntry<K,V> |
tCache implementation of
MutableEntry. |
| TCacheProvider |
| Enum | Description |
|---|---|
| TCacheJSR107MutableEntry.Operation | |
| TriavaCacheConfiguration.PropsType |
Copyright © 2018 trivago. All rights reserved.