Uses of Class
com.jaxfront.core.util.io.cache.Cache

Packages that use Cache
com.jaxfront.core.util.io.cache   
 

Uses of Cache in com.jaxfront.core.util.io.cache
 

Subclasses of Cache in com.jaxfront.core.util.io.cache
 class FontCache
           
 class SoftObjectCache
           
 class ZippedCache
           
 

Methods in com.jaxfront.core.util.io.cache that return Cache
 Cache DomainedObjectCache.getCache(java.lang.String domain)
           
static Cache DomainedObjectCache.getInstance(java.lang.String domain)
           
static Cache DomainedObjectCache.getInstance(java.lang.String domain, java.lang.Class cacheClass)