2017 © Pedro Peláez
 

symfony-bundle doctrine-cache-invalidator-bundle

A simplistic way to invalidate Doctrine result cache.

image

padam87/doctrine-cache-invalidator-bundle

A simplistic way to invalidate Doctrine result cache.

  • Tuesday, April 18, 2017
  • by Padam87
  • Repository
  • 1 Watchers
  • 7 Stars
  • 437 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

DoctrineCacheInvalidatorBundle

A simplistic way to invalidate Doctrine result cache, (*1)

Please take a look at the official Doctrine invalidation before using this bundle: http://doctrine-orm.readthedocs.org/en/latest/reference/second-level-cache.html, (*2)

If you need a complete second level cache, this is not the bundle you are looking for. However if you would like to cache some custom query results, you might find this helpful., (*3)

Usage

At the moment only annotation configuration is supported., (*4)

use Padam87\DoctrineCacheInvalidatorBundle\Annotation\InvalidateCache;

/**
 * @ORM\Entity()
 * @InvalidateCache("my_cache_key", events = {"PERSIST", "DELETE"})
 */
class Entity
{
    // ...
}

The Versions

18/04 2017

dev-master

9999999-dev https://github.com/Padam87/DoctrineCacheInvalidatorBundle

A simplistic way to invalidate Doctrine result cache.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Prager

cache doctrine symfony invalidate

18/04 2017

v1.0.3

1.0.3.0 https://github.com/Padam87/DoctrineCacheInvalidatorBundle

A simplistic way to invalidate Doctrine result cache.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Prager

cache doctrine symfony invalidate

14/04 2017

v1.0.2

1.0.2.0 https://github.com/Padam87/DoctrineCacheInvalidatorBundle

A simplistic way to invalidate Doctrine result cache.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Prager

cache doctrine symfony invalidate

28/04 2015

v1.0.1

1.0.1.0 https://github.com/Padam87/DoctrineCacheInvalidatorBundle

A simplistic way to invalidate Doctrine result cache.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Prager

cache doctrine symfony invalidate

28/04 2015

dev-em_inject

dev-em_inject https://github.com/Padam87/DoctrineCacheInvalidatorBundle

A simplistic way to invalidate Doctrine result cache.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Prager

cache doctrine symfony invalidate

20/04 2015

v1.0.0

1.0.0.0 https://github.com/Padam87/DoctrineCacheInvalidatorBundle

A simplistic way to invalidate Doctrine result cache.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Prager

cache doctrine symfony invalidate

20/04 2015

dev-tokens

dev-tokens https://github.com/Padam87/DoctrineCacheInvalidatorBundle

A simplistic way to invalidate Doctrine result cache.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Prager

cache doctrine symfony invalidate