| java.lang.Object de.schlund.pfixxml.targets.SPCacheFactory
SPCacheFactory | public class SPCacheFactory (Code) | | SPCacheFactory.java
Created: Mon Jul 23 17:06:56 2001
author: Jens Lautenbacher author: Joerg Haecker author: This class realises the factory and the singleton pattern and implements the FactoryInit author: interface. It is responsible to create and store the caches uses by the PUSTEFIX system. author: Currently PUSTEFIX uses one cache for the targets and one for the include-modules. The author: properties of the caches are passed via the init-method of the FactoryInit-interface. author: If the propertries can't be interpreted correctly or the init-method is not called,LRUCache author: initialised with default values will be returned. |
reset | public void reset()(Code) | | To be used with care! If you need it, take care to throw away your old instance of SPCache retrieved
through getCache() and getDocumentCache()!
|
|
|