Skip to main content

GFCache

Notes:

  1. The WordPress Transients API does not support boolean values so boolean values should be converted to integers or arrays before setting the values as persistent.

  2. The transients API only deletes the transient from the database when the transient is accessed after it has expired. WordPress doesn't do any garbage collection of transients.

Source: common.php:8535

Details

  • Kind: class
  • Namespace: (global)

Methods

No documented public methods found.