public static class Caches.CubemapCache extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.apache.commons.jcs.access.CacheAccess<String,BufferedImageCacheEntry> |
cache |
private static Caches.CubemapCache |
instance |
| Constructor and Description |
|---|
CubemapCache() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.jcs.access.CacheAccess<String,BufferedImageCacheEntry> |
getCache() |
static Caches.CubemapCache |
getInstance() |
private static Caches.CubemapCache instance
private final org.apache.commons.jcs.access.CacheAccess<String,BufferedImageCacheEntry> cache
public CubemapCache()
public org.apache.commons.jcs.access.CacheAccess<String,BufferedImageCacheEntry> getCache()
public static Caches.CubemapCache getInstance()