You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ CachedResource is a Ruby gem whose goal is to increase the performance of intera
8
8
CachedResource supports the following Ruby versions:
9
9
10
10
* 1.9.2, 1.9.3
11
-
* 2.0.0, 2.1.0
11
+
* 2.0.0, 2.1.0, 2.2.3
12
12
13
13
If you require 1.8.7 support, please use version 2.3.4.
14
14
@@ -36,7 +36,7 @@ CachedResource accepts the following options:
36
36
37
37
*`:enabled` Default: `true`
38
38
*`: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
*`:ttl_randomization_scale` A Range from which a random value will be selected to scale the ttl. Default: `1..2`
42
42
*`: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