cache
Cache library
A component that adds caching to applications
Provides extended PSR-6, PSR-16 (and tags) implementations
4k stars
12 watching
56 forks
Language: PHP
last commit: about 1 month ago
Linked from 1 awesome list
cachingcomponentphppsr6symfonysymfony-component
Related projects:
Repository | Description | Stars |
---|---|---|
apix/cache | A thin wrapper around caching backends with tagging and indexing support | 117 |
psteinroe/supabase-cache-helpers | A collection of reusable caching libraries for popular frontend frameworks to simplify data fetching and management with Supabase. | 522 |
emanueleminotto/twigcachebundle | A Symfony bundle for enhancing Twig's caching capabilities with flexible configuration and support for various cache implementations. | 59 |
thebigbrainscompany/tbbccachebundle | A caching abstraction bundle that provides annotation-driven cache control using AOP mechanisms and PHP language expressions for Symfony applications. | 36 |
etc-plugins/etc_cache | Caching plugin for Textpattern CMS to improve performance by storing and updating processed results | 3 |
codenoble/cache-crispies | A Rails gem providing fast JSON serialization with built-in caching and flexible configuration options. | 156 |
desarrolla2/cache | A simple cache library implementing the PSR-16 standard using immutable objects. | 133 |
dotnetcore/easycaching | A caching library for .NET Core applications | 1,976 |
hooopo/second_level_cache | Caching library that synchronizes with models and databases in Rails applications | 398 |
sobstel/metaphore | A caching solution that prevents the dogpile effect by using a semaphore to control access to cached data. | 101 |
sqlalchemy/dogpile.cache | A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 251 |
hyperoslo/cache | A caching framework that provides flexible storage options and APIs for synchronizing and asynchronously accessing cached data. | 2,986 |
jaemk/cached | Provides Rust implementations of caching structures and simplified function memoization. | 1,605 |
rtomayko/rack-cache | A caching solution for Rack-based web applications | 821 |
06chaynes/http-cache | A caching middleware that follows HTTP caching rules and integrates with various backend cache managers | 70 |