- All Known Implementing Classes:
CacheIdLookupMany,CacheIdLookupSingle
public interface CacheIdLookup<T>
Process Cache lookup by Id(s).
-
Method Summary
Modifier and TypeMethodDescriptionbooleanallHits()Return true if all beans where found in L2 cache.Collection<?> idValues()Return the Id values to lookup against the L2 cache.removeHits(BeanCacheResult<T> cacheResult) Remove the hits returning the beans fetched from L2 cache.
-
Method Details
-
idValues
Collection<?> idValues()Return the Id values to lookup against the L2 cache. -
removeHits
Remove the hits returning the beans fetched from L2 cache. -
allHits
boolean allHits()Return true if all beans where found in L2 cache.
-