Cache (attribute of entity)
From JRapid
cache is an attribute of entity.
Contents |
Description
The cache attribute is used on entities to obtain better performance by using the information stored in the cache.
Usage
<entity name = NAME label = LABEL ... cache = "cache" />
Example
This is useful for displaying entity-typed properties of entities that do not 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 is mostly fixed.
