Libraries tagged by cache item
colinmollenhour/cache-backend-file
18005387 Downloads
The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.
thecodingmachine/cache-utils
1403145 Downloads
Store file related cache items easily
cobweb/flush_language_cache
70098 Downloads
Adds an item to the flush cache menu to clear just the language (l10n) cache. Also provides a command-line tool for that.
laragear/cache-refresh
10512 Downloads
Save items in a bucket, retrieve them later.
mouf/utils.cache.in-memory-cache
353844 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
kununu/projections
2145 Downloads
Handle projections of items to cache
germania-kg/namespaced-cache
312 Downloads
Factory classes for namespaced PSR-6 CacheItemPools
germania-kg/cachecallable
883 Downloads
Callable convenience wrapper around PSR-6 Cache Item Pools: Seamlessly create, return, and store your data.
tomkyle/configreader
201 Downloads
Successor of germania-kg/configreader: Merge default and custom configuration files with Symfony YAML. Supports PSR-6 CacheItemPools.
wyrihaximus/react-cache-filesystem
151 Downloads
Store cache items on the filesystem
voceconnect/wp-cache-bucket
28277 Downloads
Allows cache items to be tied to a single validation key
jameslkingsley/laravel-scoped-cache
33 Downloads
Easily cache items specific to your Eloquent models without having to append the ID.
doekenorg/cache-middleware
1 Downloads
An experimental middleware decorator for a PSR-6 cache pool
ananiaslitz/item-balancer
0 Downloads
ItemBalancer is a flexible library for distributing items across predefined categories based on specified proportions. Using a cache-backed mechanism, it ensures efficient real-time calculations for balanced item assignments.
talesoft/tale-cache-core
39 Downloads
A PSR-6 (Cache) and PSR-16 (SimpleCache) starter