Cache (namespace)

Namespace Cake\Cache

Namespaces summary

Class summary

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

  • Storage engine for CakePHP caching

  • An object registry for cache engines.