Libraries tagged by method cache
laragear/cache-query
143671 Downloads
Remember your query results using only one method. Yes, only one.
bnomei/kirby3-fingerprint
31343 Downloads
File Method and css/js helper to add cache-busting hash and optional Subresource Integrity to file
mouf/utils.cache.cache-interface
380473 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
visol/cacheable
5144 Downloads
Allows caching the return value of Flow Framework methods through annotations
bigdevwhale/cachetastic
2128 Downloads
A package for caching method results in Laravel
tiny-blocks/http
23292 Downloads
Implements PSR-7, PSR-15, PSR-17 and PSR-18 HTTP primitives for PHP, with a fluent response builder, cookies, cache control, and a PSR-18 client facade.
tbbc/cache-bundle
13055 Downloads
Symfony Bundle - Cache abstraction and method annotations for controlling cache
litermi/cache-query-builder
3779 Downloads
it is a package provider cache from query generate and purge cache when used methods specifics
litermi-packages/cache-query-builder
110 Downloads
it is a package provider cache from query generate and purge cache when used methods specifics
felixmaier1989/soft-cache
51019 Downloads
Soft cache for your class methods
eventix/cache
18717 Downloads
Provides caching methods which can be easily used for caching routes.
baukasten/cache
869 Downloads
Flexible multi-bucket caching system with support for Redis, file, and in-memory storage, featuring attribute-based method caching and tag-based invalidation
quellabs/annotation-reader
307 Downloads
A PHP annotations reader that parses, processes, and caches docblock annotations for classes, properties, and methods.
caiquemcz/query-from-cache
0 Downloads
Query From Cache is a Laravel package that provides a simple way to cache query results directly from your Eloquent models. It automatically caches the output of model methods and offers actions to refresh or clear the cache with minimal code changes.
pulkitjalan/cacheable
16210 Downloads
Automatically cache Eloquent models using the find methods