pilulka/cache

This package is abandoned and no longer maintained. No replacement package was suggested.

dev-master 2016-07-15 21:37 UTC

This package is not auto-updated.

Last update: 2021-04-03 08:08:01 UTC


README

Pilulka cache packages are very simple caching services which are strongly inspired by Laravel cache contracts.

  • RedisCache - use with bigger projects (if you need to cache a lot of data)
  • IncludeCache - very fast with php accelerators (e.g. opcache)
  • FileCache - use php serialization
  • ArrayCache - useful for per-request caching (e.g. for simple database layers)