- generate(Object, Method, Object...) - Method in class grails.plugin.cache.CustomCacheKeyGenerator
-
- generate(Object, Method, Object...) - Method in class grails.plugin.cache.SimpleKeyGenerator
-
- generate(HttpServletRequest) - Method in class grails.plugin.cache.web.filter.DefaultWebKeyGenerator
-
- generate(HttpServletRequest) - Method in interface grails.plugin.cache.web.filter.WebKeyGenerator
-
- generateKey() - Method in class grails.plugin.cache.web.filter.CacheOperationContext
-
Computes the key for the given caching operation.
- GenericResponseWrapper - Class in grails.plugin.cache.web
-
Provides a wrapper for HttpServletResponseWrapper
.
- GenericResponseWrapper(HttpServletResponse, SerializableOutputStream) - Constructor for class grails.plugin.cache.web.GenericResponseWrapper
-
Creates a GenericResponseWrapper
- get(Object) - Method in class grails.plugin.cache.GrailsConcurrentLinkedMapCache
-
- get(Object, Class<T>) - Method in class grails.plugin.cache.GrailsConcurrentLinkedMapCache
-
- get(Object) - Method in class grails.plugin.cache.GrailsConcurrentMapCache
-
- getActionName() - Method in class grails.plugin.cache.web.ContentCacheParameters
-
- getAllHeaders() - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- getAllKeys() - Method in interface grails.plugin.cache.GrailsCache
-
- getAllKeys() - Method in class grails.plugin.cache.GrailsConcurrentLinkedMapCache
-
- getAllKeys() - Method in class grails.plugin.cache.GrailsConcurrentMapCache
-
- getAllKeys() - Method in class grails.plugin.cache.web.filter.simple.MemoryBlockingCache
-
- getBean(String) - Method in class grails.plugin.cache.web.filter.AbstractFilter
-
- getCache(String) - Method in class grails.plugin.cache.GrailsConcurrentLinkedMapCacheManager
-
- getCache(String, int) - Method in class grails.plugin.cache.GrailsConcurrentLinkedMapCacheManager
-
- getCache(String) - Method in class grails.plugin.cache.GrailsConcurrentMapCacheManager
-
- getCacheConfiguration() - Method in interface grails.plugin.cache.BlockingCache
-
- getCacheConfiguration() - Method in class grails.plugin.cache.web.filter.simple.MemoryBlockingCache
-
- getCacheDirectives() - Method in class grails.plugin.cache.web.PageInfo
-
- getCachedUri(HttpServletRequest) - Method in class grails.plugin.cache.web.filter.PageFragmentCachingFilter
-
- getCacheKey(Method, Class<?>) - Method in class grails.plugin.cache.GrailsAnnotationCacheOperationSource
-
Determine a cache key for the given method and target class.
- getCacheManager() - Method in class grails.plugin.cache.web.filter.AbstractFilter
-
- getCacheNames() - Method in class grails.plugin.cache.GrailsConcurrentLinkedMapCacheManager
-
- getCacheNames() - Method in class grails.plugin.cache.GrailsConcurrentMapCacheManager
-
- getCacheOperations(Method, Class<?>, boolean) - Method in class grails.plugin.cache.GrailsAnnotationCacheOperationSource
-
- getCacheOperations(Method, Class<?>) - Method in class grails.plugin.cache.GrailsAnnotationCacheOperationSource
-
- getCaches() - Method in class grails.plugin.cache.web.filter.CacheExpressionRootObject
-
- getCaches() - Method in class grails.plugin.cache.web.filter.CacheOperationContext
-
- getCaches(CacheOperation) - Method in class grails.plugin.cache.web.filter.PageFragmentCachingFilter
-
- getCapacity() - Method in class grails.plugin.cache.GrailsConcurrentLinkedMapCache
-
- getContentLength() - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- getContentType() - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- getContentType() - Method in class grails.plugin.cache.web.PageInfo
-
- getContext() - Method in class grails.plugin.cache.web.filter.PageFragmentCachingFilter
-
- getControllerClass() - Method in class grails.plugin.cache.web.ContentCacheParameters
-
- getControllerName() - Method in class grails.plugin.cache.web.ContentCacheParameters
-
- getCookies() - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- getCorrespondingSpringAnnotation(AnnotationNode) - Method in class grails.plugin.cache.compiler.CacheTransformation
-
- getCreated() - Method in class grails.plugin.cache.web.PageInfo
-
The Date
this PageInfo object was created
- getDateHeader(String) - Method in class grails.plugin.cache.web.PageInfo
-
- getGzippedBody() - Method in class grails.plugin.cache.web.PageInfo
-
- getHeader(String) - Method in class grails.plugin.cache.web.PageInfo
-
- getHeaders() - Method in class grails.plugin.cache.web.PageInfo
-
- getHottestKeys() - Method in class grails.plugin.cache.GrailsConcurrentLinkedMapCache
-
- getMetaClass() - Method in class grails.plugin.cache.CacheConfigArtefactHandler.DefaultCacheConfigGrailsClass
-
- getMethod() - Method in class grails.plugin.cache.web.ContentCacheParameters
-
- getMethod() - Method in class grails.plugin.cache.web.filter.CacheExpressionRootObject
-
- getMethodName() - Method in class grails.plugin.cache.web.filter.CacheExpressionRootObject
-
- getName() - Method in class grails.plugin.cache.GrailsConcurrentLinkedMapCache
-
- getName() - Method in class grails.plugin.cache.web.Header
-
- getNativeCache() - Method in class grails.plugin.cache.GrailsConcurrentLinkedMapCache
-
- getNativeCacheManager() - Method in class grails.plugin.cache.web.filter.AbstractFilter
-
- getNativeCacheManager() - Method in class grails.plugin.cache.web.filter.simple.MemoryPageFragmentCachingFilter
-
- getNativeWrapper() - Method in class grails.plugin.cache.GrailsValueWrapper
-
- getOutputStream() - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- getParams() - Method in class grails.plugin.cache.web.ContentCacheParameters
-
- getParamValue(GrailsParameterMap, String, String) - Method in class grails.plugin.cache.web.filter.PageFragmentCachingFilter
-
- getPropertyOrFieldValue(Object, String) - Static method in class grails.plugin.cache.util.ClassUtils
-
This method will try to retrieve the value of the named property from the
object using a corresponding getter method.
- getRequest() - Method in class grails.plugin.cache.web.ContentCacheParameters
-
- getRequestAttributes() - Method in class grails.plugin.cache.web.PageInfo
-
- getSerializableCookies() - Method in class grails.plugin.cache.web.PageInfo
-
Returns the cookies of the response.
- getSize() - Method in class grails.plugin.cache.GrailsConcurrentLinkedMapCache
-
- getStatus() - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- getStatusCode() - Method in class grails.plugin.cache.web.PageInfo
-
Returns the status code of the response.
- getTargetClass() - Method in class grails.plugin.cache.web.filter.CacheExpressionRootObject
-
- getTimeToLive(Cache.ValueWrapper) - Method in class grails.plugin.cache.web.filter.PageFragmentCachingFilter
-
- getTimeToLive(Cache.ValueWrapper) - Method in class grails.plugin.cache.web.filter.simple.MemoryPageFragmentCachingFilter
-
- getTimeToLiveSeconds() - Method in interface grails.plugin.cache.CacheConfiguration
-
- getTimeToLiveSeconds() - Method in class grails.plugin.cache.web.filter.simple.MemoryCacheConfiguration
-
- getTimeToLiveSeconds() - Method in class grails.plugin.cache.web.PageInfo
-
The time to live in seconds.
- getType() - Method in class grails.plugin.cache.web.Header
-
- getTypeClass() - Method in enum grails.plugin.cache.web.Header.Type
-
- getUngzippedBody() - Method in class grails.plugin.cache.web.PageInfo
-
- getValue() - Method in class grails.plugin.cache.web.Header
-
- getWriter() - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- grails.plugin.cache - package grails.plugin.cache
-
- grails.plugin.cache.compiler - package grails.plugin.cache.compiler
-
- grails.plugin.cache.util - package grails.plugin.cache.util
-
- grails.plugin.cache.web - package grails.plugin.cache.web
-
- grails.plugin.cache.web.filter - package grails.plugin.cache.web.filter
-
- grails.plugin.cache.web.filter.simple - package grails.plugin.cache.web.filter.simple
-
- GRAILS_ANNOTATION_CLASS_NODE_TO_SPRING_ANNOTATION_CLASS_NODE - Static variable in class grails.plugin.cache.compiler.CacheTransformation
-
- GrailsAnnotationCacheOperationSource - Class in grails.plugin.cache
-
getCacheOperations is called when beans are initialized and also from
PageFragmentCachingFilter during requests; the filter needs annotations on
controllers but if the standard lookup includes controllers, the return
values from the controller method calls are cached unnecessarily.
- GrailsAnnotationCacheOperationSource() - Constructor for class grails.plugin.cache.GrailsAnnotationCacheOperationSource
-
Constructor.
- GrailsAnnotationCacheOperationSource.DefaultCacheKey - Class in grails.plugin.cache
-
Default cache key for the CacheOperation cache.
- GrailsAnnotationCacheOperationSource.DefaultCacheKey(Method, Class<?>) - Constructor for class grails.plugin.cache.GrailsAnnotationCacheOperationSource.DefaultCacheKey
-
- GrailsCache - Interface in grails.plugin.cache
-
- GrailsCacheManager - Interface in grails.plugin.cache
-
- GrailsConcurrentLinkedMapCache - Class in grails.plugin.cache
-
- GrailsConcurrentLinkedMapCache(String, long, boolean) - Constructor for class grails.plugin.cache.GrailsConcurrentLinkedMapCache
-
Create a new GrailsConcurrentLinkedMapCache with the specified name
and capacity
- GrailsConcurrentLinkedMapCache(String, long) - Constructor for class grails.plugin.cache.GrailsConcurrentLinkedMapCache
-
Create a new GrailsConcurrentLinkedMapCache with the specified name
and capacity
- GrailsConcurrentLinkedMapCacheManager - Class in grails.plugin.cache
-
Based on com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.
- GrailsConcurrentLinkedMapCacheManager() - Constructor for class grails.plugin.cache.GrailsConcurrentLinkedMapCacheManager
-
- GrailsConcurrentMapCache - Class in grails.plugin.cache
-
Extends the default implementation to return GrailsValueWrapper instances instead of
SimpleValueWrapper.
- GrailsConcurrentMapCache(String) - Constructor for class grails.plugin.cache.GrailsConcurrentMapCache
-
- GrailsConcurrentMapCache(String, boolean) - Constructor for class grails.plugin.cache.GrailsConcurrentMapCache
-
- GrailsConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean) - Constructor for class grails.plugin.cache.GrailsConcurrentMapCache
-
- GrailsConcurrentMapCacheManager - Class in grails.plugin.cache
-
Based on org.springframework.cache.concurrent.ConcurrentMapCacheManager.
- GrailsConcurrentMapCacheManager() - Constructor for class grails.plugin.cache.GrailsConcurrentMapCacheManager
-
- GrailsValueWrapper - Class in grails.plugin.cache
-
Extends the standard implementation to also include the native wrapper instance.
- GrailsValueWrapper(Object, Object) - Constructor for class grails.plugin.cache.GrailsValueWrapper
-
- grailsWebRequest - Variable in class grails.plugin.cache.web.ContentCacheParameters
-
- gzip(byte[]) - Method in class grails.plugin.cache.web.PageInfo
-
- GZIP_MAGIC_NUMBER_BYTE_1 - Static variable in class grails.plugin.cache.web.PageInfo
-
- GZIP_MAGIC_NUMBER_BYTE_2 - Static variable in class grails.plugin.cache.web.PageInfo
-
- gzippedBody - Variable in class grails.plugin.cache.web.PageInfo
-
- secure - Variable in class grails.plugin.cache.web.SerializableCookie
-
- sendError(int, String) - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
Send the error.
- sendError(int) - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
Send the error.
- sendRedirect(String) - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
Send the redirect.
- SerializableByteArrayOutputStream - Class in grails.plugin.cache
-
A Serializable version of java.io.ByteArrayOutputStream.
- SerializableByteArrayOutputStream() - Constructor for class grails.plugin.cache.SerializableByteArrayOutputStream
-
- SerializableByteArrayOutputStream(int) - Constructor for class grails.plugin.cache.SerializableByteArrayOutputStream
-
- SerializableCookie - Class in grails.plugin.cache.web
-
Based on net.sf.ehcache.constructs.web.SerializableCookie.
- SerializableCookie(Cookie) - Constructor for class grails.plugin.cache.web.SerializableCookie
-
- serializableCookies - Variable in class grails.plugin.cache.web.PageInfo
-
- SerializableOutputStream - Class in grails.plugin.cache
-
Abstract base class for serializable OutputStream classes.
- SerializableOutputStream() - Constructor for class grails.plugin.cache.SerializableOutputStream
-
- setAllowPublicMethodsOnly(boolean) - Method in class grails.plugin.cache.GrailsAnnotationCacheOperationSource
-
Dependency injection for whether to only consider public methods
- setCacheableRequestAttributes(Map<String, Serializable>) - Method in class grails.plugin.cache.web.PageInfo
-
- setCacheManager(CacheManager) - Method in class grails.plugin.cache.web.filter.AbstractFilter
-
Dependency injection for the cache manager.
- setCacheOperationSource(GrailsAnnotationCacheOperationSource) - Method in class grails.plugin.cache.web.filter.PageFragmentCachingFilter
-
Dependency injection for GrailsAnnotationCacheOperationSource.
- setContentLength(int) - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- setContentType(HttpServletResponse, PageInfo) - Method in class grails.plugin.cache.web.filter.PageFragmentCachingFilter
-
- setContentType(String) - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- setCookies(PageInfo, HttpServletResponse) - Method in class grails.plugin.cache.web.filter.PageFragmentCachingFilter
-
- setDateHeader(String, long) - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- setDisableFlushBuffer(boolean) - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
Set if the wrapped reponse's buffer flushing should be disabled.
- setExpressionEvaluator(ExpressionEvaluator) - Method in class grails.plugin.cache.web.filter.PageFragmentCachingFilter
-
Dependency injection for ExpressionEvaluator.
- setGrailsApplication(GrailsApplication) - Method in class grails.plugin.cache.GrailsAnnotationCacheOperationSource
-
Dependency injection for the grails application.
- setHeader(String, String) - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- setHeaders(PageInfo, HttpServletResponse) - Method in class grails.plugin.cache.web.filter.PageFragmentCachingFilter
-
Set the headers in the response object, excluding the Gzip header
- setIntHeader(String, int) - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- setKeyGenerator(WebKeyGenerator) - Method in class grails.plugin.cache.web.filter.PageFragmentCachingFilter
-
Dependency injection for WebKeyGenerator.
- setNativeCacheManager(Object) - Method in class grails.plugin.cache.web.filter.AbstractFilter
-
Dependency injection for the native cache manager.
- setStatus(int) - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- setStatus(int, String) - Method in class grails.plugin.cache.web.GenericResponseWrapper
-
- setSupportAjax(boolean) - Method in class grails.plugin.cache.web.filter.DefaultWebKeyGenerator
-
- setSuppressStackTraces(boolean) - Method in class grails.plugin.cache.web.filter.AbstractFilter
-
Dependency injection for whether to suppress stacktraces.
- setTimeoutMillis(int) - Method in interface grails.plugin.cache.BlockingCache
-
- setTimeoutMillis(int) - Method in class grails.plugin.cache.web.filter.simple.MemoryBlockingCache
-
- setTimeToLiveWithCheckForNeverExpires(long) - Method in class grails.plugin.cache.web.PageInfo
-
See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html To mark a
response as "never expires," an origin server sends an Expires date
approximately one year from the time the response is sent.
- setUrlMappingsHandlerMapping(UrlMappingsHandlerMapping) - Method in class grails.plugin.cache.web.filter.PageFragmentCachingFilter
-
- SimpleKeyGenerator - Class in grails.plugin.cache
-
Copy of Spring 4.0's SimpleKeyGenerator
and SimpleKey
Simple key generator.
- SimpleKeyGenerator() - Constructor for class grails.plugin.cache.SimpleKeyGenerator
-
- SimpleKeyGenerator.SimpleKey - Class in grails.plugin.cache
-
- SimpleKeyGenerator.SimpleKey(Object...) - Constructor for class grails.plugin.cache.SimpleKeyGenerator.SimpleKey
-
- size() - Method in class grails.plugin.cache.SerializableByteArrayOutputStream
-
- start() - Method in class grails.plugin.cache.Timer
-
- statusCode - Variable in class grails.plugin.cache.web.GenericResponseWrapper
-
- statusCode - Variable in class grails.plugin.cache.web.PageInfo
-
- stop(boolean) - Method in class grails.plugin.cache.Timer
-
- stopWatch - Variable in class grails.plugin.cache.Timer
-
- storeGzipped - Variable in class grails.plugin.cache.web.PageInfo
-
- supportAjax - Variable in class grails.plugin.cache.web.filter.DefaultWebKeyGenerator
-
- suppressStackTraces - Variable in class grails.plugin.cache.web.filter.AbstractFilter
-