devorto/caching

Simple caching interface to provide key/value cache and adapters.


License
MIT

Documentation

Simple caching interface

Simple caching interface for caching with adapters so you can easily switch between them.

Currently available adapters

  • Redis
  • File
  • Session