devorto/caching

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

2.3.2 2024-01-12 09:39 UTC

This package is auto-updated.

Last update: 2024-04-12 10:22:30 UTC


README

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

Currently available adapters

  • Redis
  • File
  • Session