Class Caches.UserProfileCache
- java.lang.Object
-
- org.openstreetmap.josm.plugins.streetside.cache.Caches.CacheProxy<java.lang.String,UserProfile>
-
- org.openstreetmap.josm.plugins.streetside.cache.Caches.UserProfileCache
-
- Enclosing class:
- Caches
public static class Caches.UserProfileCache extends Caches.CacheProxy<java.lang.String,UserProfile>
-
-
Field Summary
Fields Modifier and Type Field Description private static Caches.CacheProxy<java.lang.String,UserProfile>instance
-
Constructor Summary
Constructors Constructor Description UserProfileCache()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.jcs3.access.CacheAccess<java.lang.String,UserProfile>createNewCache()static Caches.CacheProxy<java.lang.String,UserProfile>getInstance()-
Methods inherited from class org.openstreetmap.josm.plugins.streetside.cache.Caches.CacheProxy
get, put
-
-
-
-
Field Detail
-
instance
private static Caches.CacheProxy<java.lang.String,UserProfile> instance
-
-
Constructor Detail
-
UserProfileCache
public UserProfileCache()
-
-
Method Detail
-
getInstance
public static Caches.CacheProxy<java.lang.String,UserProfile> getInstance()
-
createNewCache
protected org.apache.commons.jcs3.access.CacheAccess<java.lang.String,UserProfile> createNewCache() throws java.io.IOException
- Specified by:
createNewCachein classCaches.CacheProxy<java.lang.String,UserProfile>- Throws:
java.io.IOException
-
-