Libraries tagged by Object Cache
devgeniem/wp-redis-object-cache-dropin
32426 Downloads
A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, HHVM, replication and clustering.
devgeniem/wp-redis-group-cache
12980 Downloads
A plugin extending the Redis Object Cache for WordPress with a group cache functionality
keltiecochrane/themosis-cache
546 Downloads
The illuminate/cache package for Themosis backed by WP_Object_Cache.
duckdev/wp-cache-helper
313 Downloads
Helper library for the WordPress object cache and transients with group flush support, per-prefix scoping, and a swappable driver layer.
djgadd/themosis-cache
165 Downloads
The illuminate/cache package for Themosis backed by WP_Object_Cache.
oscarricardosan/cache_object
1019 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
leocolomb/wp-acorn-cache
51 Downloads
A cache manager powered by Laravel through Acorn.
gjerokrsteski/php-dba-cache
19 Downloads
Create a caching with the PHP Database (dbm-style) Abstraction Layer to cache your objects, strings, integers or arrays
themonkeys/blade-cache-filter
965 Downloads
A simple caching filter that caches Laravel's Response objects
yaroslavpopovic/laravel-policy-soft-cache
49 Downloads
Fork of innoge/laravel-policy-soft-cache that keys cache entries by spl_object_id, removing the json_encode + sha512 overhead for high-volume policy checks.
stevenmaguire/laravel-cache
1758 Downloads
Seamlessly adding caching to Laravel service objects
romeoz/rock-cache
3084 Downloads
Unified API for key-value storages in memory. As a storage can be used: APC, Redis, Memcache, Couchbase or MongoDB. All storage objects have one interface, so you can switch them without changing the working code.
deviateltd/silverstripe-cacheable
2747 Downloads
SilverStripe page and object caching
gautammkgarg/psr-for-wordpress
21 Downloads
PSR implementations for WordPress that bridge PSR interfaces to native WordPress APIs. PSR-18 HTTP Client (wp_remote_request) and PSR-16 Simple Cache (transients / wp_cache) with companion key pattern.
leocolomb/wp-redis
7218 Downloads
A persistent cache backend for WordPress powered by Redis.