$enableQueryCache public property
Whether to enable query caching. Note that in order to enable query caching, a valid cache component as specified by $queryCache must be enabled and $enableQueryCache must be set true. Also, only the results of the queries enclosed within cache() will be cached.
See also:
public boolean $enableQueryCache = true
Please login to continue.