Skip to content

Commit 7d59ba7

Browse files
authored
Update README
Removed wrong information, which is not part of this code.
1 parent c216bc9 commit 7d59ba7

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -110,31 +110,6 @@ It is also possible to use [SpEL](https://docs.spring.io/spring/docs/current/spr
110110
The `Data` object will be stored in a DynamoDB table for future use (as the TTL has not expired).
111111
Note 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

140115
Spring Data Redis is Open Source software released under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).

0 commit comments

Comments
 (0)