Class Caches.CacheProxy<K,​V extends java.io.Serializable>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.commons.jcs3.access.CacheAccess<K,​V> cache  
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheProxy()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract org.apache.commons.jcs3.access.CacheAccess<K,​V> createNewCache()  
      V get​(K key)  
      void put​(K key, V value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cache

        private final org.apache.commons.jcs3.access.CacheAccess<K,​V extends java.io.Serializable> cache
    • Method Detail

      • createNewCache

        protected abstract org.apache.commons.jcs3.access.CacheAccess<K,​VcreateNewCache()
                                                                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • get

        public V get​(K key)
      • put

        public void put​(K key,
                        V value)