2017 © Pedro Peláez
 

library cache-bundle

Cache items with associated tagging information and subsequently fetch or delete items based on tags.

image

mihai-stancu/cache-bundle

Cache items with associated tagging information and subsequently fetch or delete items based on tags.

  • Thursday, February 15, 2018
  • by mihai-stancu
  • Repository
  • 2 Watchers
  • 0 Stars
  • 163 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 11 % Grown

The README.md

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., (*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)

The Versions

15/02 2018

dev-master

9999999-dev

Cache items with associated tagging information and subsequently fetch or delete items based on tags.

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-redis >=2.2

 

by Mihai Stancu

cache tagging cache invalidation cache busting

15/02 2018

v0.3.3

0.3.3.0

Cache items with associated tagging information and subsequently fetch or delete items based on tags.

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-redis >=2.2

 

by Mihai Stancu

cache tagging cache invalidation cache busting

20/06 2017

v0.3.2

0.3.2.0

Cache items with associated tagging information and subsequently fetch or delete items based on tags.

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-redis >=2.2

 

by Mihai Stancu

cache tagging cache invalidation cache busting

18/06 2017

v0.3.1

0.3.1.0

Cache items with associated tagging information and subsequently fetch or delete items based on tags.

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-redis >=2.2

 

by Mihai Stancu

cache tagging cache invalidation cache busting

14/06 2017

v0.3.0

0.3.0.0

Cache items with associated tagging information and subsequently fetch or delete items based on tags.

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-redis >=2.2

 

by Mihai Stancu

cache tagging cache invalidation cache busting

08/06 2017

dev-v2.0-dev

dev-v2.0-dev

Cache items with associated tagging information and subsequently fetch or delete items based on tags.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Mihai Stancu

cache tagging cache invalidation cache busting

26/01 2017

v0.2.0

0.2.0.0

Cache items with associated tagging information and subsequently fetch or delete items based on tags.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Mihai Stancu

cache tagging cache invalidation cache busting

15/12 2016

v0.1.0

0.1.0.0

Cache items with associated tagging information and subsequently fetch or delete items based on tags.

  Sources   Download

MIT

The Requires

 

by Mihai Stancu

cache tagging cache invalidation cache busting