Skip to content

Open Source

Compare
Choose a tag to compare
@hugo-goncalves-kununu hugo-goncalves-kununu released this 19 Jan 12:19
· 3 commits to master since this release
55d755b
  • Open source the library
  • Remove support for PHP 7.x
  • Update documentation
    • Split documentation in several files to be easy to read
  • Allow definition of log level on AbstractCacheCleanerByTags and AbstractCachedProvider
  • Introduce CacheSerializerInterface to decouple serialization of cache items
  • Make repository base implementation cache provider agnostic.
  • Rename CachePoolProjectionRepository to SymfonyCacheProjectionRepository (to use Symfony Taggable cache provider)
  • Add Psr6CacheProjectionRepository (to support generic PSR-6 implementations).
  • Add cache serialization implementations:
    • IgBinaryCacheSerializer
    • IgBinaryDeflatedCacheSerializer
    • JMSCacheSerializer
    • JMSDeflatedCacheSerializer
    • PhpCacheSerializer
    • PhpDeflatedCacheSerializer
    • SymfonyCacheSerializer
    • SymfonyDeflatedCacheSerializer