Interface InfinispanBaseRegion
- All Superinterfaces:
TimeSource
- All Known Subinterfaces:
InfinispanDataRegion
Any region using
AdvancedCache for the underlying storage.-
Method Summary
Methods inherited from interface org.infinispan.hibernate.cache.commons.TimeSource
nextTimestamp
-
Method Details
-
getCache
org.infinispan.AdvancedCache getCache() -
getName
String getName() -
invalidateRegion
default void invalidateRegion() -
beginInvalidation
void beginInvalidation() -
endInvalidation
void endInvalidation() -
getLastRegionInvalidation
long getLastRegionInvalidation() -
checkValid
boolean checkValid() -
destroy
void destroy() -
getElementCountInMemory
long getElementCountInMemory()
-