You are here

private property ChainCache::$cacheProviders in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php \Doctrine\Common\Cache\ChainCache::cacheProviders

Type: CacheProvider[]

File

vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php, line 32

Class

ChainCache
Cache provider that allows to easily chain multiple cache providers

Namespace

Doctrine\Common\Cache

Code

private $cacheProviders = array();