You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Craig R. McClanahan" <Cr...@eng.sun.com> on 2000/08/24 00:49:24 UTC

Re: [sugesstion]Is there a feature of Server Side Cache?

Yun Sang Jung wrote:

> [Image]
> Hi.. all
>
> Is there a feature of server(servlet or JSP) side cache in struts?
> I cannot find this feature in struts documentation. It seems that struts can only
> control client side cache in ActionServlet cache variable. If there is no server side
> cache control in struts, how about adapting this feature in next version of struts?
>
> I think that cache feature is very important in heavy loaded site.
>
> Regards,
> Jung
>

There is nothing built in to Struts itself related to server side
caching.  In addition, there is only limited support for cache
management built in to the current versions of the servlet and JSP
APIs.  In the upcoming versions (servlet 2.3 and JSP 1.2), there is
support for writing application-level filters; and one of the uses of
these filters could be to manage server side caching.

What kinds of particular control were you thinking about?

Craig McClanahan