neteye旭 actioncache

Feb 11

The neteye actioncache is an extension to the jakarta struts framework. It is intended for projects that use struts to display data provided by content management systems. With the neteye actioncache your actions (and views) that display the content are only invoked when the underlying data has changed. All you have to do is to write a little bit of code that tells the controller when the data was last modified. You can dramatically boost the performance of your website because time expensive operations like data retrieval, JSP processing or XSLT transformations are only performed once. But the most important feature is that not only whole pages can be cached, but also several fragments. If for example the navigation looks the same on all pages of a certain category the same cached snippet can be used.

Read the Tutorial

Features Include:-


  • Caching of binary and character data

  • Support for URL based session tracking

  • Allows to use multiple actions on a single page

  • LRU caching policy

  • Persistence

  • Support for Struts 1.0 and 1.1

  • Works with Tiles (beta)


Filed under:
Posted by:
James Griffin
Dated:
February 11, 2003