W3cubDocs

/CakePHP 4.1

Namespace Cake\Cache

Classes summary

  • CacheRegistry

    An object registry for cache engines.

  • InvalidArgumentException

    Exception raised when cache keys are invalid.

  • Cache

    Cache provides a consistent interface to Caching in your application. It allows you to use several different Cache engines, without coupling your application to a specific implementation. It also allows you to change out cache storage or configuration without effecting the rest of your application.

  • CacheEngine

    Storage engine for CakePHP caching

Interfaces summary

  • CacheEngineInterface

    Interface for cache engines that defines methods outside of the PSR16 interface that are used by Cache.

© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.1/namespace-Cake.Cache.html