org.jboss.virtual.plugins.cache
Class IterableTimedVFSCache
java.lang.Object
org.jboss.virtual.plugins.cache.AbstractVFSCache
org.jboss.virtual.plugins.cache.PathMatchingVFSCache
org.jboss.virtual.plugins.cache.CachePolicyVFSCache<org.jboss.util.TimedCachePolicy>
org.jboss.virtual.plugins.cache.TimedVFSCache
org.jboss.virtual.plugins.cache.IterableTimedVFSCache
- All Implemented Interfaces:
- CacheStatistics, VFSCache
public class IterableTimedVFSCache
- extends TimedVFSCache
Iterable timed cache policy vfs cache.
- Author:
- Ales Justin
Methods inherited from class org.jboss.virtual.plugins.cache.CachePolicyVFSCache |
check, flush, getContext, getInteger, getPolicy, parseInteger, putContext, readInstanceProperties, readSystemProperty, removeContext, size, start, stop |
IterableTimedVFSCache
public IterableTimedVFSCache()
IterableTimedVFSCache
public IterableTimedVFSCache(Integer defaultLifetime)
IterableTimedVFSCache
public IterableTimedVFSCache(Integer defaultLifetime,
Boolean threadSafe,
Integer resolution)
IterableTimedVFSCache
public IterableTimedVFSCache(Map<Object,Object> properties)
findContext
public VFSContext findContext(URI uri)
- Description copied from class:
PathMatchingVFSCache
- Match the uri's path with cached contexts path.
- Specified by:
findContext
in interface VFSCache
- Overrides:
findContext
in class PathMatchingVFSCache
- Parameters:
uri
- the uri to match
- Returns:
- found context or null
getCacheName
protected String getCacheName()
- Description copied from class:
TimedVFSCache
- Get the cache name.
- Overrides:
getCacheName
in class TimedVFSCache
- Returns:
- the cache name
Copyright © 2011 JBoss, A division of Red Hat, Inc. All Rights Reserved.