Cache / HasCacheViewHelper

This is a ViewHelper to check, if a cache entry exists.

Type: Basic

General properties

Name: Type: Description: Default value:
* cacheIdentifier string Cache identifier  

Examples

Basic example

Code:

<f:if condition="{maps2:cache.hasCache(cacheIdentifier: 'htmlCache{poiCollection.uid}')}">
  <f:then>
  </f:then>
  <f:else>
  </f:else>
</f:if>