|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgrails.plugin.cache.CacheTagLib
class CacheTagLib
| Property Summary | |
|---|---|
java.lang.Object |
block
Renders a block of markup and caches the result so the next time the same block is rendered, it does not need to be evaluated again. |
java.lang.Object |
grailsCacheManager
|
java.lang.Object |
groovyPagesTemplateRenderer
|
static java.lang.Object |
namespace
|
java.lang.Object |
render
Renders a GSP template and caches the result so the next time the same template is rendered, it does not need to be evaluated again. |
| Constructor Summary | |
CacheTagLib()
|
|
| Method Summary | |
|---|---|
protected java.lang.String
|
calculateFullKey(java.lang.String templateName, java.lang.String contextPath, java.lang.String pluginName)
|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Property Detail |
|---|
java.lang.Object block
java.lang.Object grailsCacheManager
java.lang.Object groovyPagesTemplateRenderer
static java.lang.Object namespace
java.lang.Object render
| Constructor Detail |
|---|
CacheTagLib()
| Method Detail |
|---|
protected java.lang.String calculateFullKey(java.lang.String templateName, java.lang.String contextPath, java.lang.String pluginName)
Groovy Documentation