Interface ISetCache<K,​V>


  • @ISpi
    public interface ISetCache<K,​V>
    • Method Detail

      • sadd

        void sadd​(K key,
                  V value)
      • sget

        java.util.Set<V> sget​(K key)
      • sremove

        void sremove​(K key,
                     V value)