| org.apache.lenya.ac.cache.SourceCacheImpl
SourceCacheImpl | public class SourceCacheImpl extends AbstractLogEnabled implements SourceCache,Serviceable,Disposable,ThreadSafe(Code) | | Basic implementation of a source cache.
version: $Id: SourceCacheImpl.java 566251 2007-08-15 16:35:07Z andreas $ |
Field Summary | |
final protected static int | CAPACITY |
CAPACITY | final protected static int CAPACITY(Code) | | |
SourceCacheImpl | public SourceCacheImpl()(Code) | | Ctor.
|
dispose | public void dispose()(Code) | | See Also: org.apache.avalon.framework.activity.Disposable.dispose |
getCache | protected CacheMap getCache()(Code) | | Returns the cache.
A cache object. |
getManager | public ServiceManager getManager()(Code) | | Returns the service manager.
A service manager. |
getResolver | public SourceResolver getResolver()(Code) | | Returns the source resolver.
A source resolver. |
service | public void service(ServiceManager _manager) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
|
|