fastframe/utility-simplecache

FastFrame SimpleCache Utilities

1.0.1 2021-01-25 05:09 UTC

This package is auto-updated.

Last update: 2024-04-25 13:08:09 UTC


README

Provides Blackhole and Memory based SimpleCache implementations.

  • Blackhole is useful for when you don't care about caching, but need to provide an instance.
  • Memory is useful during tests when you need a cache but not a full caching system.

Installation

You can install the package via composer:

composer require fastframe/utility-simplecache

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.