|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IncludeCacheStorageProxy
A CacheStorageProxy is an interface object between the IncludeCacheManager
and the real store caching the content.
Currently you can use the StoreIncludeCacheStorageProxy
that uses the
usual store or the ModifiableSourceIncludeCacheStorageProxy
that
uses a configured source.
Method Summary | |
---|---|
Serializable |
get(String uri)
Get the cached content for the given URI. |
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 |
Method Detail |
---|
Serializable get(String uri)
uri
- Absolute URI specifying the content
void put(String uri, Serializable object) throws IOException
uri
- Absolute URI specifying the contentobject
- The content
IOException
void remove(String uri)
uri
- Absolute URI specifying the content
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |