| Interface | Description |
|---|---|
| ObjectCache<T> |
Defines basic operations which are available for every cache.
|
| ObjectCacheManager<T> |
The CacheManager manages access, creation, updating and destruction of cached objects.
|
| ObjectCreator<T> |
A Creator for any kind of object.
|
| ObjectKey<T> |
The ObjectKey is responsible for the lookup of the cached object.
An ObjectKey is characterized by an unique signature and an expiration state. |
| Class | Description |
|---|---|
| AbstractObjectCacheManager<T> | |
| FIFOObjectCache<T> |
A FIFO ObjectCache implementation.
|
| ObjectCacheManagerImpl<T> | |
| SimpleObjectCache<T> |
Copyright © 2018 SAP SE. All Rights Reserved.