org.jboss.virtual.plugins.cache
Class WeakRefVFSCache

java.lang.Object
  extended by org.jboss.virtual.plugins.cache.AbstractVFSCache
      extended by org.jboss.virtual.plugins.cache.IterableVFSCache
          extended by org.jboss.virtual.plugins.cache.MapVFSCache
              extended by org.jboss.virtual.plugins.cache.WeakRefVFSCache
All Implemented Interfaces:
CacheStatistics, VFSCache

public class WeakRefVFSCache
extends MapVFSCache

WeakRef vfs cache.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.virtual.plugins.cache.AbstractVFSCache
log
 
Constructor Summary
WeakRefVFSCache()
           
 
Method Summary
protected  Map<String,VFSContext> createMap()
          Create cache map.
 
Methods inherited from class org.jboss.virtual.plugins.cache.MapVFSCache
check, flush, getCachedContexts, getContext, getKeys, putContext, removeContext, size, start, stop
 
Methods inherited from class org.jboss.virtual.plugins.cache.IterableVFSCache
findContext
 
Methods inherited from class org.jboss.virtual.plugins.cache.AbstractVFSCache
findContext, lastInsert, putContext, readLock, readUnlock, removeContext, writeLock, writeUnlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeakRefVFSCache

public WeakRefVFSCache()
Method Detail

createMap

protected Map<String,VFSContext> createMap()
Description copied from class: MapVFSCache
Create cache map.

Specified by:
createMap in class MapVFSCache
Returns:
cache map


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