WooCommerce Code Reference

Caching

Interfaces, Classes and Traits

CacheEngine
Interface for cache engines used by objects inheriting from ObjectCache.
CacheException
Exception thrown by classes derived from ObjectCache.
ObjectCache
Base class for caching objects (or associative arrays) that have a unique identifier.
WPCacheEngine
Implementation of CacheEngine that uses the built-in WordPress cache.
CacheNameSpaceTrait
Implements namespacing algorithm to simulate grouping and namespacing for wp_cache, memcache and other caching engines that don't support grouping natively.