org.apache.cocoon.forms
Interface CacheManager
- All Known Implementing Classes:
- DefaultCacheManager
- public interface CacheManager
Work interface for the component that caches objects for Cocoon Forms.
- Version:
- $Id: CacheManager.java 56582 2004-11-04 10:16:22Z sylvain $
ROLE
public static final String ROLE
get
public Object get(Source source,
String prefix)
- Retrieves an object from the cache.
set
public void set(Object object,
Source source,
String prefix)
throws IOException
- Saves an object in the cache.
- Throws:
IOException
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.