Interface CacheSet

All Known Implementing Classes:
InMemoryCacheSet, MVStoreCacheSet

public interface CacheSet
  • Method Details

    • isEmpty

      boolean isEmpty()
    • add

      void add(String key)
    • remove

      void remove(String key)
    • clear

      void clear()
    • contains

      boolean contains(String key)
    • iterator

      Iterator<String> iterator()
    • size

      long size()
    • forEach

      void forEach(Consumer<String> action)