Interface InfinispanBaseRegion

All Superinterfaces:
TimeSource
All Known Subinterfaces:
InfinispanDataRegion

public interface InfinispanBaseRegion extends TimeSource
Any region using AdvancedCache for the underlying storage.
  • 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()