Uses of Class
org.springframework.extensions.webscripts.Cache
Packages that use Cache
Package
Description
-
Uses of Cache in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts with parameters of type CacheModifier and TypeMethodDescriptionprotected voidDeclarativeWebScript.executeFinallyImpl(WebScriptRequest req, Status status, Cache cache, Map<String, Object> model) Execute custom Java logic to clean up any resourcesDeclarativeWebScript.executeImpl(WebScriptRequest req, Status status, Cache cache) Execute custom Java logicprotected final voidAbstractWebScript.sendStatus(WebScriptRequest req, WebScriptResponse res, Status status, Cache cache, String format, Map<String, Object> model) Render an explicit response status templatevoidSets the Cache control -
Uses of Cache in org.springframework.extensions.webscripts.servlet
Methods in org.springframework.extensions.webscripts.servlet with parameters of type Cache