$queryCacheDuration public property
The default number of seconds that query results can remain valid in cache. Use 0 to indicate that the cached data will never expire. And use a negative number to indicate query cache should not be used.
See also cache().
public integer $queryCacheDuration = null
Please login to continue.