Download the PHP package mihai-stancu/cache-bundle without Composer
On this page you can find all versions of the php package mihai-stancu/cache-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mihai-stancu/cache-bundle
More information about mihai-stancu/cache-bundle
Files in mihai-stancu/cache-bundle
Download mihai-stancu/cache-bundle
More information about mihai-stancu/cache-bundle
Files in mihai-stancu/cache-bundle
Vendor mihai-stancu
Package cache-bundle
Short Description Cache items with associated tagging information and subsequently fetch or delete items based on tags.
License MIT
Package cache-bundle
Short Description Cache items with associated tagging information and subsequently fetch or delete items based on tags.
License MIT
Please rate this library. Is it a good library?
Informations about the package cache-bundle
MSCache
A Cache system which allows cache items to be associated to tags. When saving a cache item you can also supply its associated tags.
Operations based on associated tags are:
findByTags($tags)
: the item must be associated with all specified tags;deleteByTags($tags)
: the item must be associated with all specified tags;
The implementation leverages the SET
data type provided by Redis
and the set intersection command.
All versions of cache-bundle with dependencies
PHP Build Version
Package Version
The package mihai-stancu/cache-bundle contains the following files
Loading the files please wait ....