Interface CacheInvalidator<K,​V>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void invalidate​(com.google.common.cache.Cache<K,​V> cache, K key)
      Performs the cache invalidation based on the given key
    • Method Detail

      • invalidate

        void invalidate​(com.google.common.cache.Cache<K,​V> cache,
                        K key)
        Performs the cache invalidation based on the given key
        Parameters:
        cache - the cache instance
        key - the key to invalidate