org.norther.tammi.spray.freemarker
Class TemplateCacheAdapter
java.lang.Object
org.norther.tammi.spray.freemarker.TemplateCacheAdapter
- All Implemented Interfaces:
- CacheStorage
public class TemplateCacheAdapter
- extends Object
- implements CacheStorage
An adapter for a cache storage.
- Author:
- Ilkka Priha
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateCacheAdapter
public TemplateCacheAdapter()
- Construts a new adapter.
get
public Object get(Object key)
- Specified by:
get in interface CacheStorage
put
public void put(Object key,
Object value)
- Specified by:
put in interface CacheStorage
remove
public void remove(Object key)
- Specified by:
remove in interface CacheStorage
clear
public void clear()
- Specified by:
clear in interface CacheStorage
Copyright © 2004 The Norther Organization. All rights reserved.