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
@@ -91,7 +91,7 @@ If none of these are set, Solid Cache will use the `ActiveRecord::Base` connecti
91
91
92
92
### Engine configuration
93
93
94
-
There are three options that can be set on the engine:
94
+
There are five options that can be set on the engine:
95
95
96
96
- `executor`- the [Rails executor](https://guides.rubyonrails.org/threading_and_code_execution.html#executor) used to wrap asynchronous operations, defaults to the app executor
97
97
- `connects_to`- a custom connects to value for the abstract `SolidCache::Record` active record model. Required for sharding and/or using a separate cache database to the main app. This will overwrite any value set in `config/solid_cache.yml`
@@ -176,7 +176,7 @@ production:
176
176
177
177
## Enabling encryption
178
178
179
-
To encrypt the cache values, you can add set the encrypt property.
179
+
To encrypt the cache values, you can add the encrypt property.
0 commit comments