| Interface | Description |
|---|---|
| CacheAccess |
Provides synchronised access to a cache.
|
| CacheBuilder<T> | |
| CacheRepository |
A repository of persistent caches and stores.
|
| CacheValidator |
CacheValidator interface can be used for specify a particular cache validation logic.
|
| DirectoryCacheBuilder | |
| ObjectCacheBuilder<E,T> | |
| PersistentCache |
Represents a directory that can be used for caching.
|
| PersistentIndexedCache<K,V> |
A persistent store of objects of type V indexed by a key of type K.
|
| PersistentStateCache<T> |
A persistent store containing an object of type T.
|
| PersistentStateCache.UpdateAction<T> | |
| Serializer<T> |
| Class | Description |
|---|---|
| DefaultSerializer<T> |
| Enum | Description |
|---|---|
| CacheBuilder.VersionStrategy |
| Exception | Description |
|---|---|
| CacheOpenException |
Copyright © 2013. All rights reserved