Commit 4cf37cef by Antonio Ramirez

fix link

parent a5caa203
...@@ -3,7 +3,7 @@ Data Caching ...@@ -3,7 +3,7 @@ Data Caching
Data caching is about storing some PHP variable in cache and retrieving it later from cache. Data caching is about storing some PHP variable in cache and retrieving it later from cache.
It is also the foundation for more advanced caching features, such as [query caching](#query-caching) It is also the foundation for more advanced caching features, such as [query caching](#query-caching)
and [content caching](caching-content.md). and [page caching](caching-page.md).
The following code is a typical usage pattern of data caching, where `$cache` refers to The following code is a typical usage pattern of data caching, where `$cache` refers to
a [cache component](#cache-components): a [cache component](#cache-components):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment