| org.mmbase.cache.xslt.ResultCache
ResultCache | public class ResultCache extends Cache (Code) | | Caches the results of XSL transformations.
author: Michiel Meeuwissen version: $Id: ResultCache.java,v 1.12 2007/04/07 17:12:54 nklasens Exp $ since: MMBase-1.6 |
get | public String get(Templates temp, Source xsl, Map params, Properties props, Document src)(Code) | | This is an intelligent get, which also does the put if it
cannot find the requested result. So, it never returns null.
Parameters: temp - The Templates from which the transformer must be created (if necessary) Parameters: xsl - The XSL Source. This only used to produce the key, because with the Templates itis difficult Parameters: params - Parameters for the XSL Transformation Parameters: src - The Document which must be transformed. The transformation result. It does not return null. |
getDefaultMaxEntrySize | protected int getDefaultMaxEntrySize()(Code) | | |
|
|