Libraries tagged by php cache library
polidog/ultracache
19 Downloads
PHP Cache Library
opdss/cicache
55 Downloads
a php cache library
kadokweb/scrapbook
7 Downloads
Scrapbook is a PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APC(u), SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
lufiipe/simplecache
14 Downloads
Simple file system cache library for PHP
emaphp/simplecache
160 Downloads
A simple cache library for PHP
cheese44/cheesecache
18 Downloads
A request scoped cache library for PHP with the goal to make caching consistent and maintainable.
litert/caphe
6 Downloads
A simple read-write separated cache library for PHP.
nielsenmg/ezcache
0 Downloads
Easy cache management library for PHP applications.
rogerthomas84/ohcache
11183 Downloads
OhCache is a flexible caching library for PHP
nael_d/cachex
6 Downloads
Cachex: A PHP caching library with in-memory and file-based storage, offering flexible options for TTL, tags, and namespaces.
mesingh/phpfastcache
730 Downloads
A working fork of PHP Fast Chache library
isaactw/ssdb
6 Downloads
PHP SSDB Library.
invincible-tech-systems/easeampredis
45 Downloads
A very simple and safe PHP library that provides methods to access redis cache in php applications. This wraps up the AmPHP related Redis Package to interact with Redis in-memory cache in an asynchronous & non-blocking way.
adrorocker/tinycache
28 Downloads
A simple library to cache assets and html page
vairogs/functions-memoize
0 Downloads
A PHP library providing memoization functionality to cache the results of expensive function calls and return the cached result when the same inputs occur again