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 $

Field Summary
static String ROLE
           
 
Method Summary
 Object get(Source source, String prefix)
          Retrieves an object from the cache.
 void set(Object object, Source source, String prefix)
          Saves an object in the cache.
 

Field Detail

ROLE

public static final String ROLE
Method Detail

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.