A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractMemoizeASTTransformation - Class in grails.plugins.redis.ast
AbstractMemoizeASTTransformation() - Constructor in AbstractMemoizeASTTransformation
addError(java.lang.String, org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in AbstractMemoizeASTTransformation
addRedisServiceMemoizeExpireExpression(java.util.Map, org.codehaus.groovy.ast.expr.ArgumentListExpression) - Method in AbstractMemoizeASTTransformation
addRedisServiceMemoizeInvocation(org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.MethodNode, java.util.Map) - Method in AbstractMemoizeASTTransformation
addRedisServiceMemoizeKeyExpression(java.util.Map, org.codehaus.groovy.ast.expr.ArgumentListExpression) - Method in AbstractMemoizeASTTransformation
Application - Class in redis
Application() - Constructor in Application
author - Property in RedisGrailsPlugin
authorEmail - Property in RedisGrailsPlugin
AUTOWIRED_CLASS_NODE - Field in AbstractMemoizeASTTransformation

B

C

CLAZZ - Field in AbstractMemoizeASTTransformation
clazz() - Method in MemoizeDomainList
clazz() - Method in MemoizeDomainObject
clazz() - Method in MemoizeObject
configureService - Property in RedisConfigurationUtil
delegate to wire up the required beans.

D

deleteKey(java.lang.String) - Method in RedisService
Deletes key from redis.
deleteKeysWithPattern(java.lang.Object) - Method in RedisService
description - Property in RedisGrailsPlugin
developers - Property in RedisGrailsPlugin
documentation - Property in RedisGrailsPlugin
doWithSpring() - Method in RedisGrailsPlugin

E

EXPIRE - Field in AbstractMemoizeASTTransformation
expire() - Method in Memoize
expire() - Method in MemoizeDomainList
expire() - Method in MemoizeDomainObject
expire() - Method in MemoizeHash
expire() - Method in MemoizeHashField
expire() - Method in MemoizeList
expire() - Method in MemoizeObject
expire() - Method in MemoizeScore

F

findValidPoolProperties(java.lang.Object) - Method in RedisConfigurationUtil
flushDB() - Method in RedisService

G

generateMemoizeProperties(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit, java.util.Map) - Method in AbstractMemoizeASTTransformation
method to add the key and expires and options if they exist
generateMemoizeProperties(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit, java.util.Map) - Method in MemoizeASTTransformation
generateMemoizeProperties(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit, java.util.Map) - Method in MemoizeDomainObjectASTTransformation
generateMemoizeProperties(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit, java.util.Map) - Method in MemoizeHashFieldASTTransformation
generateMemoizeProperties(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit, java.util.Map) - Method in MemoizeObjectASTTransformation
generateMemoizeProperties(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit, java.util.Map) - Method in MemoizeScoreASTTransformation
GET_REDIS_SERVICE - Field in AbstractMemoizeASTTransformation
getIdListFor(java.lang.String) - Method in RedisService
grailsApplication - Property in RedisService
grailsVersion - Property in RedisGrailsPlugin
GSTRING - Field in AbstractMemoizeASTTransformation

H

HASH_CODE - Field in AbstractMemoizeASTTransformation
hydrateDomainObjectsFrom(java.lang.Class, List<Long>) - Method in RedisService

I

injectService(org.codehaus.groovy.control.SourceUnit, java.lang.String, java.lang.Class) - Method in AbstractMemoizeASTTransformation
Determine if the user missed injecting the redisService into the class with the
Memoized:
method.
issueManagement - Property in RedisGrailsPlugin

J

K

KEY - Field in AbstractMemoizeASTTransformation
KEY_DOES_NOT_EXIST - Field in RedisService
key() - Method in Memoize
key() - Method in MemoizeDomainList
key() - Method in MemoizeDomainObject
key() - Method in MemoizeHash
key() - Method in MemoizeHashField
key() - Method in MemoizeList
key() - Method in MemoizeObject
key() - Method in MemoizeScore

L

license - Property in RedisGrailsPlugin

M

main(java.lang.String) - Method in Application
makeClosureExpression(org.codehaus.groovy.ast.MethodNode) - Method in AbstractMemoizeASTTransformation
makeConstantExpression(java.lang.Object) - Method in AbstractMemoizeASTTransformation
makeRedisServiceArgumentListExpression(java.util.Map) - Method in AbstractMemoizeASTTransformation
makeRedisServiceArgumentListExpression(java.util.Map) - Method in MemoizeASTTransformation
makeRedisServiceArgumentListExpression(java.util.Map) - Method in MemoizeDomainObjectASTTransformation
makeRedisServiceArgumentListExpression(java.util.Map) - Method in MemoizeObjectASTTransformation
makeRedisServiceConstantExpression() - Method in AbstractMemoizeASTTransformation
makeRedisServiceConstantExpression() - Method in MemoizeASTTransformation
makeRedisServiceConstantExpression() - Method in MemoizeDomainListASTTransformation
makeRedisServiceConstantExpression() - Method in MemoizeDomainObjectASTTransformation
makeRedisServiceConstantExpression() - Method in MemoizeHashASTTransformation
makeRedisServiceConstantExpression() - Method in MemoizeHashFieldASTTransformation
makeRedisServiceConstantExpression() - Method in MemoizeListASTTransformation
makeRedisServiceConstantExpression() - Method in MemoizeObjectASTTransformation
makeRedisServiceConstantExpression() - Method in MemoizeScoreASTTransformation
MEMBER - Field in AbstractMemoizeASTTransformation
member() - Method in MemoizeHashField
member() - Method in MemoizeScore
Memoize - Annotation Type in grails.plugins.redis
MEMOIZE_KEY - Field in AbstractMemoizeASTTransformation
memoize(java.lang.String, java.util.Map, groovy.lang.Closure) - Method in RedisService
memoize - Property in RedisTagLib
MemoizeASTTransformation - Class in grails.plugins.redis.ast
MemoizeASTTransformation() - Constructor in MemoizeASTTransformation
memoizeDomainIdList(java.lang.Class, java.lang.String, java.util.Map, groovy.lang.Closure) - Method in RedisService
MemoizeDomainList - Annotation Type in grails.plugins.redis
memoizeDomainList(java.lang.Class, java.lang.String, java.util.Map, groovy.lang.Closure) - Method in RedisService
MemoizeDomainListASTTransformation - Class in grails.plugins.redis.ast
MemoizeDomainListASTTransformation() - Constructor in MemoizeDomainListASTTransformation
MemoizeDomainObject - Annotation Type in grails.plugins.redis
memoizeDomainObject(java.lang.Class, java.lang.String, java.util.Map, groovy.lang.Closure) - Method in RedisService
MemoizeDomainObjectASTTransformation - Class in grails.plugins.redis.ast
MemoizeDomainObjectASTTransformation() - Constructor in MemoizeDomainObjectASTTransformation
MemoizeHash - Annotation Type in grails.plugins.redis
memoizeHash(java.lang.String, java.util.Map, groovy.lang.Closure) - Method in RedisService
MemoizeHashASTTransformation - Class in grails.plugins.redis.ast
MemoizeHashASTTransformation() - Constructor in MemoizeHashASTTransformation
MemoizeHashField - Annotation Type in grails.plugins.redis
memoizeHashField(java.lang.String, java.lang.String, java.util.Map, groovy.lang.Closure) - Method in RedisService
MemoizeHashFieldASTTransformation - Class in grails.plugins.redis.ast
MemoizeHashFieldASTTransformation() - Constructor in MemoizeHashFieldASTTransformation
MemoizeList - Annotation Type in grails.plugins.redis
memoizeList(java.lang.String, java.util.Map, groovy.lang.Closure) - Method in RedisService
MemoizeListASTTransformation - Class in grails.plugins.redis.ast
MemoizeListASTTransformation() - Constructor in MemoizeListASTTransformation
memoizeMethod(org.codehaus.groovy.ast.MethodNode, java.util.Map) - Method in AbstractMemoizeASTTransformation
memoizeMethod(org.codehaus.groovy.ast.MethodNode, java.util.Map) - Method in MemoizeObjectASTTransformation
MemoizeObject - Annotation Type in grails.plugins.redis
memoizeObject(java.lang.Class, java.lang.String, java.util.Map, groovy.lang.Closure) - Method in RedisService
MemoizeObjectASTTransformation - Class in grails.plugins.redis.ast
MemoizeObjectASTTransformation() - Constructor in MemoizeObjectASTTransformation
MemoizeScore - Annotation Type in grails.plugins.redis
memoizeScore(java.lang.String, java.lang.String, java.util.Map, groovy.lang.Closure) - Method in RedisService
MemoizeScoreASTTransformation - Class in grails.plugins.redis.ast
MemoizeScoreASTTransformation() - Constructor in MemoizeScoreASTTransformation
memoizeSet(java.lang.String, java.util.Map, groovy.lang.Closure) - Method in RedisService
methodMissing(java.lang.String, java.lang.Object) - Method in RedisService

N

namespace - Property in RedisTagLib
NO_EXPIRATION_TTL - Field in RedisService

O

P

persistDomainId(java.lang.Long, java.lang.String, java.lang.Integer) - Method in RedisService
pluginExcludes - Property in RedisGrailsPlugin
PRINTLN - Field in AbstractMemoizeASTTransformation
propertyMissing(java.lang.String) - Method in RedisService

Q

R

REDIS_SERVICE - Field in AbstractMemoizeASTTransformation
RedisConfigurationUtil - Class in grails.plugins.redis.util
This class provides a closure that can (and must) be used within the context of a BeanBuilder.
RedisConfigurationUtil() - Constructor in RedisConfigurationUtil
RedisGrailsPlugin - Class in redis
RedisGrailsPlugin() - Constructor in RedisGrailsPlugin
redisPool - Property in RedisService
RedisService - Class in grails.plugins.redis
RedisService() - Constructor in RedisService
redisService - Property in RedisTagLib
RedisTagLib - Class in grails.plugins.redis
RedisTagLib() - Constructor in RedisTagLib

S

saveIdListTo(java.lang.String, java.util.List, java.lang.Integer) - Method in RedisService
scm - Property in RedisGrailsPlugin

T

THIS - Field in AbstractMemoizeASTTransformation
title - Property in RedisGrailsPlugin
transactional - Property in RedisService

U

V

value() - Method in Memoize
value() - Method in MemoizeHash
value() - Method in MemoizeList
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in AbstractMemoizeASTTransformation
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in MemoizeObjectASTTransformation

W

withConnection(java.lang.String) - Method in RedisService
withOptionalPipeline(groovy.lang.Closure, java.lang.Boolean) - Method in RedisService
withOptionalRedis(groovy.lang.Closure) - Method in RedisService
An implementation of withRedis that suppresses JedisConnectException to support the memoization model
withPipeline(groovy.lang.Closure, java.lang.Boolean) - Method in RedisService
withRedis(groovy.lang.Closure) - Method in RedisService
withTransaction(groovy.lang.Closure) - Method in RedisService

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _