| com.flexive.shared.cache.FxBackingCacheProvider
All known Subclasses: com.flexive.shared.cache.impl.AbstractBackingCacheProvider,
FxBackingCacheProvider | public interface FxBackingCacheProvider (Code) | | A FxBackingCache Provider
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
getDescription | public String getDescription()(Code) | | Get a description of the provider
description of the provider |
setEvictionStrategy | public void setEvictionStrategy(String path, int maxContents, int timeToIdle, int timeToLive) throws FxCacheException(Code) | | Set the eviction strategy for a path (if the backing cache supports this)
Parameters: path - path Parameters: maxContents - max. number of entries to allow (0=unlimited) Parameters: timeToIdle - time a value has to be idle to be evicted (0=forever) Parameters: timeToLive - time to live (0=forever) throws: FxCacheException - on cache errors |
|
|