Cache
From JRapid
The "cache" attribute is used in the entities and properties and the purpose is to obtain better performance by using the information stored in the cache.
Usage:
<property name = NAME label = LABEL cache="cache" />
Example:
This is useful for listings where the content doesn‘t change frequently. A common case where we see this is in the satellite entities we might use in our applications. A satellite table is a list of options that though its content is variable it‘s mostly fixed.
