diff options
Diffstat (limited to 'vendor/smarty/smarty/docs/programmers/api-functions/api-is-cached.md')
-rw-r--r-- | vendor/smarty/smarty/docs/programmers/api-functions/api-is-cached.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/smarty/smarty/docs/programmers/api-functions/api-is-cached.md b/vendor/smarty/smarty/docs/programmers/api-functions/api-is-cached.md index 0c41bf04a..d9d3057fb 100644 --- a/vendor/smarty/smarty/docs/programmers/api-functions/api-is-cached.md +++ b/vendor/smarty/smarty/docs/programmers/api-functions/api-is-cached.md @@ -22,8 +22,8 @@ string compile\_id - This only works if [`$caching`](#variable.caching) is set to one of - `Smarty::CACHING_LIFETIME_CURRENT` or - `Smarty::CACHING_LIFETIME_SAVED` to enable caching. See the [caching + `\Smarty\Smarty::CACHING_LIFETIME_CURRENT` or + `\Smarty\Smarty::CACHING_LIFETIME_SAVED` to enable caching. See the [caching section](#caching) for more info. - You can also pass a `$cache_id` as an optional second parameter in |