Libraries tagged by cache-implementation
justin-robinson/lrucache
2963 Downloads
PHP LRU Cache implementation
jerryjean/lrucache
8 Downloads
PHP LRU Cache implementation
initphp/cache
105 Downloads
A lightweight PSR-16 (Simple Cache) implementation with file, PDO, Redis, Memcache(d) and WinCache handlers.
infobiotech/php-json-cache
36 Downloads
JSON-based PSR-16 cache implementation.
genai/sql-mapper
162 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.
freshcells/cache
4322 Downloads
PSR-6 cache implementation with keyGenerator & Compression
exteon/identity-cache
42 Downloads
Identity cache implementation
elephox/apcu-cache
4 Downloads
A cache implementation using the PECL APCu extension.
denosyscore/cache
9 Downloads
Cache abstractions and file cache implementation
darkperis/dpfastly-laravel
49 Downloads
Fastly Cache Implementation for Laravel
darkperis/dpadn-laravel
21 Downloads
ADN Cache Implementation for Laravel
collei/lowcache
14 Downloads
A simple filesystem-based local cache implementation.
christophlehmann/route-cache
280 Downloads
A cache implementation for record slugs that prevents fetching and overlaying records again in the PersistedAliasMapper
cache/encryption-cache
11225 Downloads
Adds encryption support to your PSR-6 cache implementation
bayfrontmedia/php-cache
15 Downloads
A PSR-6 cache implementation which supports tags, metadata, hit counters, locking, and more.