Uses of Interface
com.sun.appserv.web.cache.CacheHelper
-
Packages that use CacheHelper Package Description com.sun.appserv.web.cache -
-
Uses of CacheHelper in com.sun.appserv.web.cache
Classes in com.sun.appserv.web.cache that implement CacheHelper Modifier and Type Class Description classDefaultCacheHelperDefaultCacheHelper interface is the built-in implementation of theCacheHelperinterface to aide in: a) the key generation b) whether to cache the response.Methods in com.sun.appserv.web.cache that return CacheHelper Modifier and Type Method Description CacheHelperCacheManager. getCacheHelper(String name)get the helper by nameCacheHelperCacheManager. getCacheHelperByFilterName(String filterName)get the helper by filter name
-