freemarker.template.cache
Class LoDWithRefreshCachingStrategyFactory

java.lang.Object
  extended by freemarker.template.cache.LoDWithRefreshCachingStrategyFactory
All Implemented Interfaces:
CachingStrategyFactory

public final class LoDWithRefreshCachingStrategyFactory
extends java.lang.Object
implements CachingStrategyFactory

Factory class for creating LoDWithRefreshCachingStrategy objects.

Since:
1.9
Version:
$Id: LoDWithRefreshCachingStrategyFactory.java 1112 2013-04-12 02:59:25Z run2000 $
Author:
Nicholas Cull

Field Summary
static LoDWithRefreshCachingStrategyFactory INSTANCE
          The singleton instance of this LoDWithRefreshCachingStrategyFactory
 
Method Summary
 CachingStrategy create(StrategyParameters params)
          Create a LoDWithRefreshCachingStrategy with the given parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final LoDWithRefreshCachingStrategyFactory INSTANCE
The singleton instance of this LoDWithRefreshCachingStrategyFactory

Method Detail

create

public CachingStrategy create(StrategyParameters params)
Create a LoDWithRefreshCachingStrategy with the given parameters.

Specified by:
create in interface CachingStrategyFactory
Parameters:
params - the parameters with which to create the cache retriever
Returns:
a new LoDWithRefreshCachingStrategy initialized with the given parameters