Interface | Description |
---|---|
AnnotationConstants |
Enum | Description |
---|---|
CacheOperation.Type |
Type of the cache operation.
|
Annotation Type | Description |
---|---|
BridgeMethodMapping |
This annotation is necessary for methods that come from generic class or interface and at least one of the parameter
is generic.
|
BridgeMethodMappings |
This annotation is necessary when you want to put simple spring memcached annotations in a class that extends a
generic class or implement an interface.
|
CacheKeyMethod |
In SSM, you are able to identify 'key objects'.
|
CacheName |
Defines name of the associated cache.
|
CacheOperation |
Meta-annotation used to describe features (types) of cache operation.
|
InvalidateAssignCache |
This annotation effectively takes information out of the cache, removes value from cache under
InvalidateAssignCache.namespace() :
InvalidateAssignCache.assignedKey() key. |
InvalidateMultiCache |
This annotation effectively takes information out of the cache, removes many values from cache.
|
InvalidateSingleCache |
This annotation effectively takes information out of the cache, removes single value from cache.
|
ParameterDataUpdateContent |
Marks method's parameter as an update content.
|
ParameterValueKeyProvider |
Marks that method's parameter should be used to calculate cache key.
|
ReadThroughAssignCache | |
ReadThroughMultiCache | |
ReadThroughMultiCacheOption | |
ReadThroughSingleCache | |
ReturnDataUpdateContent |
Marks method return value as an update content.
|
ReturnValueKeyProvider |
Marks the return value of method as a generator for cache keys.
|
UpdateAssignCache | |
UpdateMultiCache | |
UpdateMultiCacheOption | |
UpdateSingleCache |
Copyright © 2019. All rights reserved.