Skip to content
Snippets Groups Projects
Commit 13806f73 authored by totten's avatar totten
Browse files

cache.md - Fix typo

parent 8982d978
No related branches found
No related tags found
1 merge request!544Cache Reference - Link to admin guide. Add section on custom caches.
...@@ -70,7 +70,7 @@ In reading code, you may find these three notations -- which all refer to the sa ...@@ -70,7 +70,7 @@ In reading code, you may find these three notations -- which all refer to the sa
## Using a custom cache {:#custom} ## Using a custom cache {:#custom}
Generally, it's best to store caches in a memory-backed service like Redis or Memcached. But what happens if the system-configuration doesn't support that? Generally, it's best to store caches in a memory-backed service like Redis or Memcached. But what happens if the system-configuration doesn't support that?
Perhaps you store the cache in a MySQL table? Or a data-file? Or a PHP arrray? Perhaps you store the cache in a MySQL table? Or a data-file? Or a PHP array?
The answers are not the same for all data. For example: The answers are not the same for all data. For example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment