====== JCacheCallback ====== {#JAPI Joomla.Framework Cache JCacheCallback #} Joomla! Cache callback type object ===== Methods ===== ^ Method ^ Description ^ | [[JCacheCallback-call|{{references:Method.png?nolink}}]] [[JCacheCallback-call|call]] | Executes a cacheable callback if not found in cache else returns cached output and result

Since arguments to this function are read with func_get_args you can pass any number of arguments to this method as long as the first argument passed is the callback definition.

The callback definition can be in several forms:

| | [[JCacheCallback-get|{{references:Method.png?nolink}}]] [[JCacheCallback-get|get]] | Executes a cacheable callback if not found in cache else returns cached output and result | ---- ~~DISCUSSION~~