Libraries tagged by method cache
laragear/cache-query
159484 Downloads
Remember your query results using only one method. Yes, only one.
visol/cacheable
6539 Downloads
Allows caching the return value of Flow Framework methods through annotations
bnomei/kirby3-fingerprint
32319 Downloads
File Method and css/js helper to add cache-busting hash and optional Subresource Integrity to file
mouf/utils.cache.cache-interface
381216 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.
bigdevwhale/cachetastic
2213 Downloads
A package for caching method results in Laravel
tbbc/cache-bundle
13055 Downloads
Symfony Bundle - Cache abstraction and method annotations for controlling cache
litermi-packages/cache-query-builder
284 Downloads
it is a package provider cache from query generate and purge cache when used methods specifics
felixmaier1989/soft-cache
51159 Downloads
Soft cache for your class methods
eventix/cache
18961 Downloads
Provides caching methods which can be easily used for caching routes.
tiny-blocks/http
23386 Downloads
Implements PSR-7, PSR-15, PSR-17 and PSR-18 HTTP primitives for PHP, with a fluent response builder, cookies, cache control, and a PSR-18 client facade.
nickjbedford/randomstringgenerator
1953 Downloads
Provides methods to generate cryptographically strong random strings based on an input alphabet.
genai/sql-mapper
161 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.
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
16210 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.