File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -110,31 +110,6 @@ It is also possible to use [SpEL](https://docs.spring.io/spring/docs/current/spr
110110The ` Data ` object will be stored in a DynamoDB table for future use (as the TTL has not expired).
111111Note that cache elements must be serializable (i.e. implement ` java.io.Serializable ` ).
112112
113- #### @DynamoDBLockedCacheable
114-
115- This library also provides an annotation that works similar to the @Cacheable .
116- However, distributed access to a Cache key from different applications or instances is mutually exclusive.
117-
118- ##### YAML
119-
120- ``` yaml
121- spring :
122- cache :
123- dynamo :
124- lock :
125- # Delimiter used on a combined Cache key. Default: , (comma)
126- delimiter :
127- # Table name for distributed locking. Default: LockTable
128- tableName :
129- # Default: 60 (in seconds)
130- leaseDuration :
131- # Default: 3 (in seconds)
132- heartratePeriod :
133- # Poll time to acquire lock. Default: 1 (in seconds)
134- refreshPeriod :
135- # Additional time beyond leaseDuration. Defaults: 5 (in seconds)
136- additionalTimeToWaitForLock :
137- ` ` `
138113## License
139114
140115Spring Data Redis is Open Source software released under the [ Apache 2.0 license] ( https://www.apache.org/licenses/LICENSE-2.0.html ) .
You can’t perform that action at this time.
0 commit comments