cache/hierarchical-cache
PSR-6 cache pool with hierarchical keys and selective flushing. Organize cache entries like |users|:uid|followers| and invalidate whole branches (e.g., all followers) without clearing everything. Part of the PHP Cache organization.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| cache/array-adapter | PSR-6 cache pool implemented with an in-memory PHP array. Zero configuration: just instantiate ArrayCachePool for fast, ephemeral caching in tests or single-request use. Part of the PHP Cache ecosystem with shared docs and optional features info. | 55 | 56 | 15 | 72K | 0 | 4.4 | 42.9 | MIT | 4 years ago | |
| cache/illuminate-adapter | PSR-6 cache pool adapter for Laravel Illuminate cache stores. Wrap any Illuminate\Cache\Store (e.g., ArrayStore) to use via standard PSR-6 CacheItemPoolInterface. Part of the PHP-Cache organization with shared docs on tags and hierarchy. | 11 | 11 | 3 | 257 | 0 | 1.3 | 18.7 | MIT | 4 years ago | |
| cache/memcached-adapter | PSR-6 cache pool backed by Memcached. Create a Memcached client, add servers, and use MemcachedCachePool for fast, standards-based caching. Part of the PHP Cache ecosystem with shared docs for tagging and hierarchy support. | 16 | 18 | 4 | 17K | 0 | 2.9 | 41.5 | MIT | 4 years ago | |
| cache/namespaced-cache | PSR-6 cache pool decorator that adds namespaces on top of a hierarchical cache (e.g., Redis). Wrap an existing cache pool and automatically prefix keys per namespace, helping isolate apps/modules while reusing the same backend. | 14 | 14 | 0 | 7K | 0 | 2.2 | 36.4 | MIT | 4 years ago | |
| cache/predis-adapter | PSR-6 cache pool implementation backed by Predis (Redis) from the PHP Cache organization. Create a Predis\Client and wrap it in PredisCachePool for fast, standards-compliant caching with shared features like tagging and hierarchy support. | 0 | 27 | — | 18K | — | 4.0 | 39.3 | — | — | |
| cache/prefixed-cache | PSR-6 cache pool decorator that prefixes all cache item keys with a predefined string. Wrap any PSR-6 cache (e.g., Redis) to safely namespace entries per app, tenant, or module. Part of the PHP-Cache ecosystem. | 2 | 2 | 1 | 877 | 0 | 1.8 | 34.3 | MIT | 4 years ago | |
| cache/redis-adapter | PSR-6 cache pool backed by Redis using the PhpRedis extension. Part of the PHP Cache ecosystem, with shared docs for advanced features like tagging and hierarchy. Supports Redis, RedisArray, and RedisCluster clients. | 53 | 57 | 14 | 68K | 0 | 3.7 | 42.9 | MIT | 3 years ago | |
| cache/void-adapter | PSR-6 “void” (null/blackhole) cache pool that never stores anything and always returns empty cache items. Useful for disabling caching in tests or no-op environments. Part of the PHP-Cache organization. | 18 | 18 | 4 | 25K | 0 | 2.9 | 43.1 | MIT | 4 years ago |
How can I help you explore Laravel packages today?