Libraries tagged by method cache
laragear/cache-query
87027 Downloads
Remember your query results using only one method. Yes, only one.
bnomei/kirby3-fingerprint
28151 Downloads
File Method and css/js helper to add cache-busting hash and optional Subresource Integrity to file
mouf/utils.cache.cache-interface
377293 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
2005 Downloads
Allows caching the return value of Flow Framework methods through annotations
bigdevwhale/cachetastic
1417 Downloads
A package for caching method results in Laravel
tbbc/cache-bundle
13027 Downloads
Symfony Bundle - Cache abstraction and method annotations for controlling cache
litermi/cache-query-builder
3293 Downloads
it is a package provider cache from query generate and purge cache when used methods specifics
felixmaier1989/soft-cache
49529 Downloads
Soft cache for your class methods
eventix/cache
17064 Downloads
Provides caching methods which can be easily used for caching routes.
nickjbedford/randomstringgenerator
1379 Downloads
Provides methods to generate cryptographically strong random strings based on an input alphabet.
quellabs/annotation-reader
207 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
16203 Downloads
Automatically cache Eloquent models using the find methods
fuwasegu/cache-decorator
7 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