com.opensymphony.oscache.web |
Provides classes and interfaces that make up the base of OSCache's web application support.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
Java Source File Name | Type | Comment |
CacheContextListener.java | Class | Class for a clean startup and shutdown of the ServletCacheAdministrator and its application scoped cache. |
CheckDeployment.java | Class | |
ServletCache.java | Class | |
ServletCacheAdministrator.java | Class | A ServletCacheAdministrator creates, flushes and administers the cache.
This is a "servlet Singleton". |
TestCompleteWeb.java | Class | Test class for the com.opensymphony.oscache.web package. |
TestLoadCompleteWeb.java | Class | Test class for the com.opensymphony.oscache.web package. |
TestOscacheFilter.java | Class | Tests the caching filter distributed with the package. |
TestOscacheJsp.java | Class | Test test the JSPs distributed with the package. |
TestOscacheServlet.java | Class | Test test the osCacheServlet distributed with the package. |
WebEntryRefreshPolicy.java | Interface | Interface to implement an entry refresh policy.
Specify the name of the implementing class using the refreshpolicyclass
attribute of the cache tag. |