Class Caches.CacheProxy<K,V extends java.io.Serializable>
- java.lang.Object
-
- org.openstreetmap.josm.plugins.streetside.cache.Caches.CacheProxy<K,V>
-
- Direct Known Subclasses:
Caches.MapObjectIconCache,Caches.UserProfileCache
- Enclosing class:
- Caches
public abstract static class Caches.CacheProxy<K,V extends java.io.Serializable> extends java.lang.Object
-
-
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()Vget(K key)voidput(K key, V value)
-
-
-
Constructor Detail
-
CacheProxy
public CacheProxy()
-
-