cache-implementation
There are 3 repositories under cache-implementation topic.
psr-discovery/cache-implementations
Lightweight library that discovers available PSR-6 Cache implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
SonsOfPHP/cache
[read-only] Cache component
ravikant-pal/lld-cache
A Java-based LLD cache using LRU implementation. Simple to use, ideal for caching scenarios with limited memory and customisable capacity.