Libraries tagged by method cache
zenstruck/memoize
80 Downloads
Helper trait to efficiently cache expensive methods in memory.
genesis/method-persister
315 Downloads
Allows caching of any method in code.
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
50 Downloads
Easily cache and control class methods without having to remember cache key names
jlanger/cache
265 Downloads
implements several cache-methods
yateric/cacheable
10 Downloads
Makes any object method return cacheable.
taitava/php-cachedcall
10 Downloads
A simple PHP trait that makes it easy to cache class method call results within a single session.
michaelesmith/object-cache
55 Downloads
An object cache that will seamlessly cache all method calls to an object
keepme/cache
6 Downloads
Easy to use cache - 3 methods in total! - with simple implementation based on PSR-6 standard.
mis3085/laravel-cache-label
8 Downloads
An alternative method of categorizing cached items in Laravel
cirelramos/cache-query-builder
150 Downloads
it is a package provider cache from query generate and purge cache when used methods specifics
sevenecks/laravel-simple-cache
705 Downloads
A wrapper for the laravel Cache facade that handles cache keys and namespacing the cache via static class methods
xinningsu/laravel-easy-cache
11 Downloads
Easy way to cache the result of service method as demand.