Libraries tagged by Object Cache
ironbound/cache
2148 Downloads
Provides wrappers for WordPress' object cache to make storing and retrieving models easier.
dwnload/wp-rest-api-object-cache
719 Downloads
Enable object caching for WordPress' REST API. Aids in increased response times of your applications endpoints.
keltiecochrane/themosis-cache
536 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.
oscarricardosan/cache_object
998 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
20 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
18 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.
ntb/silverstripe-caching
244 Downloads
Add ability to cache data objects, function results and arbitrary data.