| Modifier and Type | Class and Description |
|---|---|
static class |
JaloTypeCacheUnit.JaloTypeCacheKey |
| Modifier and Type | Method and Description |
|---|---|
RegistrableCacheKey |
JaloTypeCacheUnit.getKey() |
| Modifier and Type | Class and Description |
|---|---|
static class |
C2LManager.C2LCacheKey |
| Modifier and Type | Class and Description |
|---|---|
static class |
FlexibleSearch.FlexibleSearchCacheKey
Deprecated.
Special case we do not handle AbstractLegacyRegistrableCacheKey because we need to extend it.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FinderResult.FinderResultCacheKey |
| Modifier and Type | Method and Description |
|---|---|
RegistrableCacheKey |
FinderResult.getKey() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<RegistrableCacheKey> |
CacheRegistry.invalidate(java.lang.Object typeCode)
Deprecated.
Invalidates a single typeCode in the registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheRegistry.evict(RegistrableCacheKey key)
Deprecated.
Handles eviction, that is a removal of a single key.
|
void |
CacheRegistry.register(RegistrableCacheKey key)
Deprecated.
Registers a RegistrableCacheKey in the registry using every typeCode the key depends on.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLegacyRegistrableCacheKey<T>
Registrable legacy key abstraction for region cache
|
class |
AbstractRegioncacheRegistrableUnit
Deprecated.
since 5.0 not used
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestLoadableRegistrableCacheTestKey |
class |
TestRegistrableCacheKey |
Copyright © 2018 SAP SE. All Rights Reserved.