Libraries tagged by method cache
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
zenstruck/memoize
80 Downloads
Helper trait to efficiently cache expensive methods in memory.
nickjbedford/randomstringgenerator
1864 Downloads
Provides methods to generate cryptographically strong random strings based on an input alphabet.
entelisteam/lbaf-reflection
5 Downloads
Lightweight PHP reflection utilities: enum helper, type caster, short class name resolver, cached method parameter lookup.
quellabs/annotation-reader
310 Downloads
A PHP annotations reader that parses, processes, and caches docblock annotations for classes, properties, and methods.
genesis/method-persister
315 Downloads
Allows caching of any method in code.
athwari/laravel-method-cache
0 Downloads
Attribute-based method caching for Laravel using method overriding proxy system
titasgailius/closure-cache
9 Downloads
Cache method, function or closure results.
rodrigovr/php-aop-cache
0 Downloads
Cache method calls using Aspect-Oriented Programming techniques.
pbxg33k/phalcon-dummy-backend-cache
6 Downloads
This is a library which doesn't cache but still offers a class that responses to the cache methods. Useful for developing/testing without cache.
kolirt/laravel-cacheable
51 Downloads
Easily cache and control class methods without having to remember cache key names
jlanger/cache
265 Downloads
implements several cache-methods
aftandilmmd/laravel-cacheable
7 Downloads
A modern, attribute-driven method caching layer for Laravel. Annotate any method with #[Cacheable] and let the framework handle the rest — TTL, tags, conditional caching, locking, stale-while-revalidate, invalidation, and more.
yateric/cacheable
10 Downloads
Makes any object method return cacheable.