public class FactoryCache extends Cache<URIResolver,TransformerFactory>
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
warnedFeature |
lock, maxEntrySize| Modifier and Type | Method and Description |
|---|---|
static FactoryCache |
getCache() |
TransformerFactory |
getDefaultFactory()
If it you are sure not to use the URIResolver, then you can as
well use always the same Factory.
|
String |
getDescription()
Gives a description for this cache type.
|
TransformerFactory |
getFactory(File cwd)
Deprecated.
|
TransformerFactory |
getFactory(URIResolver uri)
Make a factory for a certain URIResolver.
|
TransformerFactory |
getFactory(URL cwd) |
String |
getName()
Returns a name for this cache type.
|
checkCachePolicy, clear, contains, containsKey, containsValue, entrySet, equals, get, getAvarageValueLength, getByteSize, getByteSize, getCheapByteSize, getCount, getDefaultMaxEntrySize, getHits, getImplementation, getLock, getMaxEntrySize, getMaxSize, getMisses, getPuts, getRatio, getSize, getStats, hashCode, isActive, isEmpty, keySet, maxSize, put, putAll, putCache, remove, reset, setActive, setMaxEntrySize, setMaxSize, size, toString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static FactoryCache getCache()
public String getName()
CachegetName in interface CacheMBeangetName in class Cache<URIResolver,TransformerFactory>public String getDescription()
CachegetDescription in interface CacheMBeangetDescription in class Cache<URIResolver,TransformerFactory>public TransformerFactory getDefaultFactory()
public TransformerFactory getFactory(URIResolver uri)
public TransformerFactory getFactory(File cwd)
public TransformerFactory getFactory(URL cwd)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}