Libraries tagged by method cache
laragear/cache-query
58252 Downloads
Remember your query results using only one method. Yes, only one.
bnomei/kirby3-fingerprint
26823 Downloads
File Method and css/js helper to add cache-busting hash and optional Subresource Integrity to file
bigdevwhale/cachetastic
986 Downloads
A package for caching method results in Laravel
tbbc/cache-bundle
13026 Downloads
Symfony Bundle - Cache abstraction and method annotations for controlling cache
litermi/cache-query-builder
2976 Downloads
it is a package provider cache from query generate and purge cache when used methods specifics
mouf/utils.cache.cache-interface
375882 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.
felixmaier1989/soft-cache
48552 Downloads
Soft cache for your class methods
eventix/cache
15956 Downloads
Provides caching methods which can be easily used for caching routes.
visol/cacheable
1718 Downloads
Allows caching the return value of Flow Framework methods through annotations
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
16201 Downloads
Automatically cache Eloquent models using the find methods
themeplate/cache
139 Downloads
Convenient fragment caching methods
fuwasegu/cache-decorator
6 Downloads
A decorator for caching the results of method calls on any instance, supporting pure functions only.
redhead/cached
13 Downloads
A Kdyby\Aop aspect for caching method return values
zenstruck/memoize
6 Downloads
Helper trait to efficiently cache expensive methods in memory.