This commit is contained in:
Antonio Ramirez
2014-06-28 10:28:56 +02:00
parent a5caa2037e
commit 4cf37cefb7

View File

@ -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):