visol/cacheable

Last activity 02 Nov 2022 5 1798
composer require visol/cacheable

Allows caching the return value of Flow Framework methods through annotations

dev-feature/v8

Version
dev-feature/v8
Type
neos-package
Release Date
Jul 21, 2022 14:23
Source
git
Distribution
zip
Requires
  • neos/flow: ~5.3 || ~6.0 || ~7.0 || ~8.0 || dev-master
MIT f44920cf39d88b9515ef48b28fc9439e363235fe

Readme excerpt

Cacheable

This Flow Framework package allows caching the return value of Flow Framework methods through annotations.

Features
  • Configure the lifetime
  • Configure cache tags
  • Optionally protect cache entries with the currently authenticated account or the roles associated to the currently authenticated
  • Use a persistent or a transient cache
  • This is built on top of the Flow Framework. The caching configuration can be adjusted based on the project's needs.
Installation

To get the latest version of Cacheable, require the project using Composer:

composer require visol/cacheable Usage

For annotations to work, make sure to import …
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 6 package(s).