1 Repo
Systems for organizing cache data into logical repositories for structured access.
Distinct from Performance Caching Systems: Focuses on the logical organization of data into pools, whereas Performance Caching Systems is more about memory/disk optimization.
Explore 1 awesome GitHub repository matching data & databases · Cache Pool Management. Refine with filters or upvote what's useful.
This is a PHP library providing standardized interfaces for caching data through the PSR-6 and PSR-16 specifications. It functions as a cache pool manager and distributed cache adapter, allowing applications to organize key-value pairs into logical repositories and namespaces. The project includes a dedicated cache stampede prevention tool that protects systems from CPU spikes during value expiration. This is achieved through locking mechanisms for concurrent requests and probabilistic early expiration. The library supports object serialization with optional encryption and compression to tra
Provides a system to organize cached information into logical repositories of key-value pairs.