Skip to content

Commit 69485ee

Browse files
author
Daniel Leong
committed
- fix readme with added 2.2.3 support
1 parent 315e7c6 commit 69485ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CachedResource is a Ruby gem whose goal is to increase the performance of intera
88
CachedResource supports the following Ruby versions:
99

1010
* 1.9.2, 1.9.3
11-
* 2.0.0, 2.1.0
11+
* 2.0.0, 2.1.0, 2.2.3
1212

1313
If you require 1.8.7 support, please use version 2.3.4.
1414

@@ -36,7 +36,7 @@ CachedResource accepts the following options:
3636

3737
* `:enabled` Default: `true`
3838
* `:ttl` The time in seconds until the cache should expire. Default: `604800`
39-
* `:race_condition_ttl` The race condition ttl, to prevent `dog pile effect(https://en.wikipedia.org/wiki/Cache_stampede)` or `cache stampede(https://en.wikipedia.org/wiki/Cache_stampede)`. Default: 86400
39+
* `:race_condition_ttl` The race condition ttl, to prevent [dog pile effect](https://en.wikipedia.org/wiki/Cache_stampede) or [cache stampede](https://en.wikipedia.org/wiki/Cache_stampede). Default: 86400
4040
* `:ttl_randomization` Enable ttl randomization. Default: `false`
4141
* `:ttl_randomization_scale` A Range from which a random value will be selected to scale the ttl. Default: `1..2`
4242
* `:collection_synchronize` Use collections to generate cache entries for individuals. Update the existing cached principal collection when retrieving subsets of the principal collection or individuals. Default: `false`

0 commit comments

Comments
 (0)