Libraries tagged by method cache
nickjbedford/randomstringgenerator
1251 Downloads
Provides methods to generate cryptographically strong random strings based on an input alphabet.
genesis/method-persister
314 Downloads
Allows caching of any method in code.
titasgailius/closure-cache
8 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
29 Downloads
Easily cache and control class methods without having to remember cache key names
jlanger/cache
263 Downloads
implements several cache-methods
yateric/cacheable
10 Downloads
Makes any object method return cacheable.
taitava/php-cachedcall
9 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
7 Downloads
An alternative method of categorizing cached items in Laravel
cirelramos/cache-query-builder
145 Downloads
it is a package provider cache from query generate and purge cache when used methods specifics
sevenecks/laravel-simple-cache
704 Downloads
A wrapper for the laravel Cache facade that handles cache keys and namespacing the cache via static class methods
xinningsu/laravel-easy-cache
10 Downloads
Easy way to cache the result of service method as demand.