v0.1.0
0.1.0.0Cache items with associated tagging information and subsequently fetch or delete items based on tags.
MIT
The Requires
by Mihai Stancu
cache tagging cache invalidation cache busting
Wallogit.com
2017 © Pedro Peláez
Cache items with associated tagging information and subsequently fetch or delete items based on tags.
A Cache system which allows cache items to be associated to tags. When saving a cache item you can also supply its associated tags., (*1)
Operations based on associated tags are:, (*2)
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., (*3)
Cache items with associated tagging information and subsequently fetch or delete items based on tags.
MIT
cache tagging cache invalidation cache busting