Uses of Interface
org.jboss.virtual.spi.cache.VFSCache

Packages that use VFSCache
org.jboss.virtual.plugins.cache   
org.jboss.virtual.plugins.registry   
org.jboss.virtual.spi.cache   
org.jboss.virtual.spi.cache.helpers   
 

Uses of VFSCache in org.jboss.virtual.plugins.cache
 

Classes in org.jboss.virtual.plugins.cache that implement VFSCache
 class AbstractVFSCache
          Abstract vfs cache.
 class CachePolicyVFSCache<T extends CachePolicy>
          Cache policy vfs cache.
 class CombinedVFSCache
          Combined vfs cache - permanent entries + real cache.
 class IterableTimedVFSCache
          Iterable timed cache policy vfs cache.
 class IterableVFSCache
          Iterable vfs cache.
 class LRUVFSCache
          LRU cache policy vfs cache.
 class MapVFSCache
          Map vfs cache.
 class PathMatchingVFSCache
          Iterable vfs cache.
 class SoftRefVFSCache
          SoftRef vfs cache.
 class TimedVFSCache
          Timed cache policy vfs cache.
 class WeakRefVFSCache
          WeakRef vfs cache.
 

Methods in org.jboss.virtual.plugins.cache with parameters of type VFSCache
 void CombinedVFSCache.setRealCache(VFSCache realCache)
          Set the real cache.
 

Uses of VFSCache in org.jboss.virtual.plugins.registry
 

Methods in org.jboss.virtual.plugins.registry that return VFSCache
protected  VFSCache DefaultVFSRegistry.getCache()
          Get vfs cache.
 

Uses of VFSCache in org.jboss.virtual.spi.cache
 

Methods in org.jboss.virtual.spi.cache that return VFSCache
static VFSCache VFSCacheFactory.getInstance()
          Get VFS cache instance.
static VFSCache VFSCacheFactory.getInstance(String defaultCacheImpl)
          Get VFS cache instance.
static VFSCache VFSCacheFactory.getInstance(String defaultCacheImpl, Map<Object,Object> properties)
          Get VFS cache instance.
 

Methods in org.jboss.virtual.spi.cache with parameters of type VFSCache
static void VFSCacheFactory.setInstance(VFSCache cache)
          Set instance.
 

Uses of VFSCache in org.jboss.virtual.spi.cache.helpers
 

Classes in org.jboss.virtual.spi.cache.helpers that implement VFSCache
 class NoopVFSCache
          Noop cache.
 



Copyright © 2010 JBoss, A division of Red Hat, Inc. All Rights Reserved.