|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICache | |
| com.sapportals.wcm.service.cache | Provides a caching service. |
| com.sapportals.wcm.service.pipeline.tools | Contains wrapper classes for XML-Parser and XSL-Transformer. |
| com.sapportals.wcm.util.cache | Contains interfaces and classes for caches that are in memory or persistent. |
| Uses of ICache in com.sapportals.wcm.service.cache |
| Methods in com.sapportals.wcm.service.cache that return ICache | |
ICache |
ICacheService.getCache(java.lang.String cacheID,
java.util.Properties properties)
Get a cache for the given ID (and given properties, if cache does not already exist): If no cache exists for the given ID, it will be created with the given properties. |
ICache |
ICacheService.getCache(java.lang.String cacheID)
Get a preconfigured cache (with properties taken from configuration). |
| Uses of ICache in com.sapportals.wcm.service.pipeline.tools |
| Methods in com.sapportals.wcm.service.pipeline.tools with parameters of type ICache | |
org.w3c.dom.Document |
IXslTransformer.process(org.w3c.dom.Document xml,
java.lang.String xmlPath,
org.w3c.dom.Document xsl,
java.lang.String xslPath,
org.w3c.dom.Document result,
java.lang.String encoding,
java.util.Properties properties,
ICache cache)
Process the XML DOM with the XSL sheet and return the result tree. |
| Uses of ICache in com.sapportals.wcm.util.cache |
| Methods in com.sapportals.wcm.util.cache that return ICache | |
ICache |
CacheFactory.getCache(java.lang.String cacheID)
|
ICache |
CacheFactory.getCache(java.lang.String configID,
java.lang.String cacheID)
|
ICache |
CacheFactory.getCache(java.lang.String cacheID,
boolean useDefault)
|
ICache |
CacheFactory.getCache(java.lang.String configID,
java.lang.String cacheID,
boolean useDefault)
|
ICache |
CacheFactory.getCache(java.lang.String cacheID,
java.util.Properties properties)
|
| Methods in com.sapportals.wcm.util.cache with parameters of type ICache | |
void |
IClusterCacheArea.refresh(ICache cache)
Remove all expired entries from the given cache (does a cache.removeEntriesOlderThan(getLastClusterInvalidation())). |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||