org.mmbase.module
Interface cacheInterface
- All Known Implementing Classes:
- cache
- public interface cacheInterface
The interface class for the cache module.
- Version:
- $Id: cacheInterface.java,v 1.9 2003/03/10 11:50:13 pierre Exp $
- Author:
- $Author: pierre $
- Warning: Will be renamed to:
- CacheInterface
- Warning: Will be moved to:
- org.mmbase.cache
- Class for Application :
- cache [utility,interface]
- Warning: No Java Documentation Available.
init
public void init()
- Warning: No Java Documentation Available.
lines
public LRUHashtable lines()
clear
public boolean clear()
- Warning: No Java Documentation Available.
get
public cacheline get(java.lang.Object key)
- Warning: No Java Documentation Available.
put
public cacheline put(java.lang.Object key,
java.lang.Object value)
- Warning: No Java Documentation Available.
remove
public cacheline remove(java.lang.Object key)
- Warning: No Java Documentation Available.
MMBase build 1.7.1.20041002