mako / simple-cache
A Simple Cache adapter for the Mako Framework
4.0.0
2023-09-03 17:27 UTC
Requires
- php: >=8.1.0
- psr/simple-cache: ^3.0
Requires (Dev)
- mako/framework: ^10.0.0-dev
- mockery/mockery: ^1.6.6
- phpstan/phpstan: ^1.10.32
- phpunit/phpunit: ^10.3
This package is auto-updated.
Last update: 2024-10-23 23:28:31 UTC
README
A Simple Cache adapter for the Mako Framework.
Requirements
Mako 10.0 or greater.
Installation
Install the package using the following composer command:
composer require mako/simple-cache
Usage
Create a SimpleCache
object by injecting a Mako cache store instance and you're good to go.
$simpleCache = new SimpleCache($this->cache->instance());