Libraries tagged by object-cache
felixarntz/wp-psr-cache
215 Downloads
Object cache implementation for WordPress that acts as an adapter for PSR-6 and PSR-16 caching libraries.
romm/configuration-object
29384 Downloads
Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
inpsyde/translation-cache
4751 Downloads
Improves site performance by caching translation files using WordPress object cache.
littlebizzy/object-cache
2 Downloads
Drop-in persistent object cache for WordPress based on Redis in-memory storage that supports Predis, clusters, and WP-CLI (forked from PressJitsu).
dwnload/wp-rest-api-object-cache
719 Downloads
Enable object caching for WordPress' REST API. Aids in increased response times of your applications endpoints.
spacedmonkey/advanced-nav-cache
1543 Downloads
Cache wp_nav_menu output in object cache
keltiecochrane/themosis-cache
508 Downloads
The illuminate/cache package for Themosis backed by WP_Object_Cache.
djgadd/themosis-cache
165 Downloads
The illuminate/cache package for Themosis backed by WP_Object_Cache.
humanmade/meta-lookups
3898 Downloads
Object cached Key/Value meta lookup framework for WordPress.
sunnysideup/object-cacher
19 Downloads
Cache data objects. Useful when you are working with large numbers and/or complex data objects that you need to access from various places in your code.
michaelesmith/object-cache
55 Downloads
An object cache that will seamlessly cache all method calls to an object
jazzman/wp-object-cache
380 Downloads
Enable object caching for WordPress
idct/limited-objects-cache
6 Downloads
Simple ArrayAccess objects' cache with a lookup table in memory and fallback to files with serialized data.
baba/object-cache
1127 Downloads
Simple framework for store php json serialized objects in cache. Supports Redis, Memcached, Disk.
andydune/object-cache-proxy
13 Downloads
Allow cache results for execution object method. Transparent to working code.