SAP NetWeaver '04

Uses of Interface
com.sapportals.wcm.util.cache.ICache

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

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.