public interface RegistrableCacheKey<T> extends CacheKey
| Modifier and Type | Method and Description |
|---|---|
long[] |
getDependentTypeGenerations()
gets last versions of the corresponding type from
getDependentTypes() |
T[] |
getDependentTypes()
All registrable units should define dependent types.
In case of invalidation of one of the dependent type registrable cache unit gets invalidated too. |
void |
setDependentTypeGenerations(long[] dependentTypeGeneration)
lazily loaded generation
|
getCacheValueType, getTenantId, getTypeCodeT[] getDependentTypes()
long[] getDependentTypeGenerations()
getDependentTypes()void setDependentTypeGenerations(long[] dependentTypeGeneration)
Copyright © 2018 SAP SE. All Rights Reserved.