Interface NearCacheInvalidate

All Known Implementing Classes:
DuelCache

public interface NearCacheInvalidate
Near cache invalidation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clear the near cache.
    void
    Invalidate from near cache the given key.
    void
    Invalidate from near cache the given keys.
  • Method Details

    • invalidateKeys

      void invalidateKeys(Set<Object> keySet)
      Invalidate from near cache the given keys.
    • invalidateKey

      void invalidateKey(Object id)
      Invalidate from near cache the given key.
    • invalidateClear

      void invalidateClear()
      Clear the near cache.