Class SerializableCache<K,​V>

  • Type Parameters:
    K - The key type of the cache
    V - the value type to be stored on the cache

    public class SerializableCache<K,​V>
    extends Object
    A class that provides all that is necessary to create a Serializable Cache
    Since:
    3.0.3
    Author:
    Andreas Prlic