@Deprecated
public interface CacheRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Deprecated.
Clears registry.
|
void |
evict(RegistrableCacheKey key)
Deprecated.
Handles eviction, that is a removal of a single key.
|
java.util.Collection<RegistrableCacheKey> |
invalidate(java.lang.Object typeCode)
Deprecated.
Invalidates a single typeCode in the registry.
|
void |
register(RegistrableCacheKey key)
Deprecated.
Registers a RegistrableCacheKey in the registry using every typeCode the key depends on.
|
void register(RegistrableCacheKey key)
RegistrableCacheKey.getDependentTypes()java.util.Collection<RegistrableCacheKey> invalidate(java.lang.Object typeCode)
void evict(RegistrableCacheKey key)
void clear()
Copyright © 2018 SAP SE. All Rights Reserved.