You are here

protected function ChainCacheTest::isSharedStorage in Plug 7

Return whether multiple cache providers share the same storage.

This is used for skipping certain tests for shared storage behavior.

Return value

boolean

Overrides CacheTest::isSharedStorage

File

lib/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ChainCacheTest.php, line 90

Class

ChainCacheTest

Namespace

Doctrine\Tests\Common\Cache

Code

protected function isSharedStorage() {
  return false;
}