| Package | Description |
|---|---|
| org.jasig.services.persondir.support |
| Modifier and Type | Method and Description |
|---|---|
protected AttributeBasedCacheKeyGenerator.CachableMethod |
AttributeBasedCacheKeyGenerator.resolveCacheableMethod(org.aopalliance.intercept.MethodInvocation methodInvocation)
Iterates over the
AttributeBasedCacheKeyGenerator.CachableMethod instances to determine which instance the
passed MethodInvocation applies to. |
static AttributeBasedCacheKeyGenerator.CachableMethod |
AttributeBasedCacheKeyGenerator.CachableMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeBasedCacheKeyGenerator.CachableMethod[] |
AttributeBasedCacheKeyGenerator.CachableMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
AttributeBasedCacheKeyGenerator.getSeed(Object[] methodArguments,
AttributeBasedCacheKeyGenerator.CachableMethod cachableMethod)
Get the see
Map that was passed to the AttributeBasedCacheKeyGenerator.CachableMethod. |
Copyright © 2015 Jasig. All Rights Reserved.