visol/cacheable
composer require visol/cacheable
Allows caching the return value of Flow Framework methods through annotations
dev-feature/v8
Readme excerpt
CacheableThis 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.
To get the latest version of Cacheable, require the project using Composer:
composer require visol/cacheable UsageFor annotations to work, make sure to import …
Read more
The same vendor provides 6 package(s).