Class CacheValue

  • All Implemented Interfaces:
    FaceletHandler

    public class CacheValue
    extends TagHandler
    CacheValue is a replacement for ui:param and c:set that only evaluates a value expression once and thereafter resolves it from the cache.

    A CacheValue piggybacks onto a parent Cache component for the control of caching scope and other parameters.

    Author:
    Arjan Tijms