|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object freemarker.template.cache.NullCachingStrategyFactory
public final class NullCachingStrategyFactory
Factory class for creating NullCachingStrategy objects.
Field Summary | |
---|---|
static NullCachingStrategyFactory |
INSTANCE
The singleton instance of this NullCachingStrategyFactory |
Method Summary | |
---|---|
CachingStrategy |
create(StrategyParameters params)
Create a NullCachingStrategy with the given parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final NullCachingStrategyFactory INSTANCE
Method Detail |
---|
public CachingStrategy create(StrategyParameters params)
create
in interface CachingStrategyFactory
params
- the parameters with which to create the cache retriever
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |