org.jboss.virtual.plugins.cache
Class WeakRefVFSCache
java.lang.Object
org.jboss.virtual.plugins.cache.AbstractVFSCache
org.jboss.virtual.plugins.cache.IterableVFSCache
org.jboss.virtual.plugins.cache.MapVFSCache
org.jboss.virtual.plugins.cache.WeakRefVFSCache
- All Implemented Interfaces:
- CacheStatistics, VFSCache
public class WeakRefVFSCache
- extends MapVFSCache
WeakRef vfs cache.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeakRefVFSCache
public WeakRefVFSCache()
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.