Class Caches.MapObjectIconCache
- java.lang.Object
-
- org.openstreetmap.josm.plugins.streetside.cache.Caches.CacheProxy<java.lang.String,javax.swing.ImageIcon>
-
- org.openstreetmap.josm.plugins.streetside.cache.Caches.MapObjectIconCache
-
- Enclosing class:
- Caches
public static class Caches.MapObjectIconCache extends Caches.CacheProxy<java.lang.String,javax.swing.ImageIcon>
-
-
Field Summary
Fields Modifier and Type Field Description private static Caches.CacheProxy<java.lang.String,javax.swing.ImageIcon>instance
-
Constructor Summary
Constructors Constructor Description MapObjectIconCache()
-
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,javax.swing.ImageIcon>createNewCache()static Caches.CacheProxy<java.lang.String,javax.swing.ImageIcon>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,javax.swing.ImageIcon> instance
-
-
Constructor Detail
-
MapObjectIconCache
public MapObjectIconCache()
-
-
Method Detail
-
getInstance
public static Caches.CacheProxy<java.lang.String,javax.swing.ImageIcon> getInstance()
-
createNewCache
protected org.apache.commons.jcs3.access.CacheAccess<java.lang.String,javax.swing.ImageIcon> createNewCache() throws java.io.IOException
- Specified by:
createNewCachein classCaches.CacheProxy<java.lang.String,javax.swing.ImageIcon>- Throws:
java.io.IOException
-
-