Interface CacheFactory

    • Method Detail

      • get

        <K,​V> Cache<K,​V> get​(String name)
        Create / Get the cache for the give type use
        Parameters:
        name - - name of the cache
        Returns:
      • destroy

        void destroy()
        Destroy the cache factory and any caches underneath.