pilulka/cache

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

Installs: 30 979

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/pilulka/cache

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)