org.apache.cocoon.cache
Interface Cache
- All Known Implementing Classes:
- CocoonCache, NoCache
- public interface Cache
- extends Actor
The interface that all caching implementations must adhere to.
- Version:
- $Revision: 1.8 $Date: 1999/09/13 00:24:03 $
- Author:
- Stefano Mazzocchi
Method Summary |
Page |
getPage(javax.servlet.http.HttpServletRequest request)
It returns null if no page is available. |
void |
setPage(Page page,
javax.servlet.http.HttpServletRequest request)
Sets the page into the cache system using data from the request
object for indexing. |
Methods inherited from interface org.apache.cocoon.framework.Actor |
init |
getPage
public Page getPage(javax.servlet.http.HttpServletRequest request)
- It returns null if no page is available.
setPage
public void setPage(Page page,
javax.servlet.http.HttpServletRequest request)
- Sets the page into the cache system using data from the request
object for indexing.
Copyright 1999 Java Apache Project. All Rights Reserved.