Cache
Cache library
A simple cache library implementing the PSR-16 standard using immutable objects.
A simple cache library. Implements different adapters that you can use and change easily by a manager or similar.
133 stars
10 watching
38 forks
Language: PHP
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A caching system with various storage options and codified strategies for different use cases in PHP applications. | 102 |
| A PHP module that provides an in-process cache extension. | 51 |
| A cache library for D programming language supporting multiple backend storage options including memory, Redis, and memcached. | 6 |
| A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
| A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
| A bundle providing a simple and unified interface to clear various cache types in a PHP application | 18 |
| A caching backend for Django web applications using Redis as the storage layer. | 1,039 |
| Improves page loading speed by caching dynamic responses as static files on disk | 1,218 |
| A cache library that stores data with time-to-live values and disk management semantics. | 1,244 |
| A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,072 |
| Caching library that synchronizes with models and databases in Rails applications | 398 |
| A caching plugin for Textpattern that optimizes page loading by storing full pages in memory | 8 |
| A static cache library for Koa applications. | 293 |
| A Go caching library with support for multiple backends and garbage collection. | 136 |
| A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |