visol/cacheable

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

Allows caching the return value of Flow Framework methods through annotations

0.3.0

Version
0.3.0
Type
neos-package
Release Date
Nov 02, 2022 13:28
Source
git
Distribution
zip
Requires
  • neos/flow: ~5.3 || ~6.0 || ~7.0 || ~8.0 || dev-master
MIT 90bb84f98946465e59bbb9763803dcee90f10323

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).