org.jboss.virtual.plugins.cache
Class SoftRefVFSCache

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.SoftRefVFSCache
All Implemented Interfaces:
CacheStatistics, VFSCache

public class SoftRefVFSCache
extends MapVFSCache

SoftRef vfs cache.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.virtual.plugins.cache.AbstractVFSCache
log
 
Constructor Summary
SoftRefVFSCache()
           
 
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

SoftRefVFSCache

public SoftRefVFSCache()
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 © 2010 JBoss, A division of Red Hat, Inc. All Rights Reserved.