Tribe__Cache::reset()
Plugin: Tribe Common
Method: Removes a group of the cache, for now only `non_persistent` is supported.
Plugin: Tribe Common
Method: Removes a group of the cache, for now only `non_persistent` is supported.
Plugin: Tribe Common
Method: If NOT using an external object caching system, then check if the size, in bytes, of the data to write to the database would fit into the `max_allowed_packet` setting or not.
Plugin: Tribe Common
Method: Returns a transient that might have been stored, due ot its size, in chunks.
Plugin: Tribe Common
Method: Sets a transient in the database with the knowledge that, if too large to be stored in one DB row, it will be chunked.
Plugin: Tribe Common
Filter Hook: Allow third party filtering of the SQL used for deleting expired transients.
Plugin: Tribe Common
Method: Flag if we should delete
Plugin: Tribe Common
Method: Runs on hook `shutdown` and will delete transients on the end of the request.
Plugin: Tribe Common
Method: Purge all expired tribe_ transients.
Plugin: Tribe Common
Method: Bootstrap hook
Plugin: Tribe Common
Method: Warms up the caches for a collection of posts.