How to write your own CakePHP cache engine with automatic failover - David Chancogne

Опубликовано: 01 Октябрь 2024
на канале: CakePHP
2,270
3

The talk will focus on 3 main areas:

- How to write your own cache engine in CakePHP
- Example of writing a cache engine that uses Redis tree structure functionality to get a more powerful invalidation
- Example of a cache engine called FallBack that can leverage 2 existing engine for a better fall back mechanism in case of fail over (of Redis server for instance)