diff --git a/docs/en/programmers/caching/caching-cacheable.xml b/docs/en/programmers/caching/caching-cacheable.xml index 49aa697f..48cbb1c2 100644 --- a/docs/en/programmers/caching/caching-cacheable.xml +++ b/docs/en/programmers/caching/caching-cacheable.xml @@ -2,26 +2,22 @@ Controlling Cacheability of Plugins' Output - - Since Smarty-2.6.0 plugins the cacheability of plugins can be declared - when registering them. The third parameter to - register_block(), - + Since Smarty-2.6.0 plugins the cacheability of plugins can be + declared when registering them. The third parameter to register_block(), register_compiler_function() - and - register_function() is called - $cacheable and defaults to true which is also - the behaviour of plugins in Smarty versions before 2.6.0 + and register_function() is + called $cacheable and defaults to true which + is also the behaviour of plugins in Smarty versions before 2.6.0 - - When registering a plugin with $cacheable=false the plugin is called everytime the page is displayed, even if the page comes from the cache. The plugin function behaves a little like an insert function. - In contrast to insert the attributes to the plugins are not cached by default. They can be