Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 899 Bytes

File metadata and controls

28 lines (17 loc) · 899 Bytes

Mako Simple Cache

Build Status Static analysis

⚠️ As of Mako 12, the SimpleCache implementation is part of the framework core.

A Simple Cache adapter for the Mako Framework.

Requirements

Mako 11.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());