Download the PHP package limoncello-php/redis-tagged-cache without Composer
On this page you can find all versions of the php package limoncello-php/redis-tagged-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download limoncello-php/redis-tagged-cache
More information about limoncello-php/redis-tagged-cache
Files in limoncello-php/redis-tagged-cache
Download limoncello-php/redis-tagged-cache
More information about limoncello-php/redis-tagged-cache
Files in limoncello-php/redis-tagged-cache
Vendor limoncello-php
Package redis-tagged-cache
Short Description Redis-based Cache with Tags implementation.
License Apache-2.0
Homepage https://github.com/limoncello-php/framework/tree/master/components/RedisTaggedCache
Package redis-tagged-cache
Short Description Redis-based Cache with Tags implementation.
License Apache-2.0
Homepage https://github.com/limoncello-php/framework/tree/master/components/RedisTaggedCache
Please rate this library. Is it a good library?
Informations about the package redis-tagged-cache
Summary
This is component for Limoncello Framework that adds storing extra information (tags) in Redis cache.
Each method works in transactional way. The methods implement
- Adding value to cache with associated string tags and TTL (time-to-live).
- Removing cached value by key and associated tags.
- Invalidation (deletion) all cached values by tag.
It is designed to be easily combined with classes that work with Redis cache. All methods could be renamed using PHP Trait Conflict Resolution and visibility changed with PHP Trait Changing Method Visibility.
Integration example
Testing
All versions of redis-tagged-cache with dependencies
PHP Build Version
Package Version
The package limoncello-php/redis-tagged-cache contains the following files
Loading the files please wait ....