| Interface | Description |
|---|---|
| CacheKey |
Interface used as a base class for regioncache keys.
CacheKey can mark associated value as serializable or nor (CacheUnitType). |
| RegistrableCacheKey<T> |
| Class | Description |
|---|---|
| AbstractCacheKey |
Abstract class used as a base class for regioncache keys.
CacheKey can mark associated value as serializable or nor (CacheUnitType). |
| AbstractRegistrableCacheKey |
All units using cache registry (currently flexible search) should use this class to define cache key.
This is used by CacheController to decide whether using cache registry or not. |
| Enum | Description |
|---|---|
| CacheUnitValueType |
Defines cache value types NON_SERIALIZABLE, SERIALIZABLE.
Currently NON_SERIALIZABLE is a default. |
Copyright © 2018 SAP SE. All Rights Reserved.