|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.transformation.helpers.ModifiableSourceIncludeCacheStorageProxy
This is the interface between the IncludeCacheManager and a
Source object that stores the cached content in a directory
manner.
| Constructor Summary | |
ModifiableSourceIncludeCacheStorageProxy(SourceResolver resolver,
String parentURI)
Constructor. |
|
| Method Summary | |
boolean |
equals(Object object)
Compare |
Serializable |
get(String uri)
Get the cached content for the given URI. |
int |
hashCode()
Generate a hash code |
void |
put(String uri,
Serializable object)
Put the content into the cache for the given URI. |
void |
remove(String uri)
Remove the cached content for the given URI |
| Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled |
getLogger, setLogger |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ModifiableSourceIncludeCacheStorageProxy(SourceResolver resolver,
String parentURI)
resolver - For source resolvingparentURI - The "directory"| Method Detail |
public Serializable get(String uri)
IncludeCacheStorageProxy
get in interface IncludeCacheStorageProxyuri - Absolute URI specifying the content
IncludeCacheStorageProxy.get(java.lang.String)
public void put(String uri,
Serializable object)
throws IOException
IncludeCacheStorageProxy
put in interface IncludeCacheStorageProxyuri - Absolute URI specifying the contentobject - The content
IOExceptionIncludeCacheStorageProxy.put(java.lang.String, java.io.Serializable)public void remove(String uri)
IncludeCacheStorageProxy
remove in interface IncludeCacheStorageProxyuri - Absolute URI specifying the contentIncludeCacheStorageProxy.remove(java.lang.String)public boolean equals(Object object)
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||