constant RenderCache::RENDER_CACHE_STRATEGY_NO_RENDER in Render cache 7.2
Indicates that the item should not be rendered before it is cached.
This is useful if the unrendered output is changed dynamically, before it is cached.
This is also the slowest option and should be regarded as a 'last-resort' option.
File
- lib/
RenderCache.php, line 21 - Contains RenderCache
Class
- RenderCache
- Static Service Container wrapper wrapping Drupal class.
Code
const RENDER_CACHE_STRATEGY_NO_RENDER = 0;