|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheManager
Work interface for the component that caches objects for Cocoon Forms.
| Field Summary | |
|---|---|
static String |
ROLE
|
| Method Summary | |
|---|---|
Object |
get(Source source,
String prefix)
Retrieves an object from the cache. |
void |
remove(Source source,
String prefix)
Removes an object from the cache. |
void |
set(Object object,
Source source,
String prefix)
Saves an object in the cache. |
| Field Detail |
|---|
static final String ROLE
| Method Detail |
|---|
Object get(Source source,
String prefix)
void set(Object object,
Source source,
String prefix)
throws IOException
IOException
void remove(Source source,
String prefix)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||