Class Caches.CubemapCache
- java.lang.Object
-
- org.openstreetmap.josm.plugins.streetside.cache.Caches.CubemapCache
-
- Enclosing class:
- Caches
public static class Caches.CubemapCache extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.commons.jcs3.access.CacheAccess<java.lang.String,BufferedImageCacheEntry>cacheprivate static Caches.CubemapCacheinstance
-
Constructor Summary
Constructors Constructor Description CubemapCache()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.jcs3.access.CacheAccess<java.lang.String,BufferedImageCacheEntry>getCache()static Caches.CubemapCachegetInstance()
-
-
-
Field Detail
-
instance
private static Caches.CubemapCache instance
-
cache
private final org.apache.commons.jcs3.access.CacheAccess<java.lang.String,BufferedImageCacheEntry> cache
-
-
Constructor Detail
-
CubemapCache
public CubemapCache()
-
-
Method Detail
-
getCache
public org.apache.commons.jcs3.access.CacheAccess<java.lang.String,BufferedImageCacheEntry> getCache()
-
getInstance
public static Caches.CubemapCache getInstance()
-
-