public static class Caches.UserProfileCache extends Caches.CacheProxy<String,UserProfile>
Modifier and Type | Field and Description |
---|---|
private static Caches.CacheProxy<String,UserProfile> |
instance |
Constructor and Description |
---|
UserProfileCache() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.jcs.access.CacheAccess<String,UserProfile> |
createNewCache() |
static Caches.CacheProxy<String,UserProfile> |
getInstance() |
get, put
private static Caches.CacheProxy<String,UserProfile> instance
public UserProfileCache()
public static Caches.CacheProxy<String,UserProfile> getInstance()
protected org.apache.commons.jcs.access.CacheAccess<String,UserProfile> createNewCache() throws IOException
createNewCache
in class Caches.CacheProxy<String,UserProfile>
IOException