程序包 com.mysql.cj

接口 CacheAdapter<K,​V>


  • public interface CacheAdapter<K,​V>
    • 方法详细资料

      • get

        V get​(K key)
      • put

        void put​(K key,
                 V value)
      • invalidate

        void invalidate​(K key)
      • invalidateAll

        void invalidateAll​(Set<K> keys)
      • invalidateAll

        void invalidateAll()