added FragmentCache test for issue #8273

This commit is contained in:
Carsten Brandt
2015-05-05 23:10:18 +02:00
parent fc9b678ca4
commit 94d6843f8b
2 changed files with 92 additions and 0 deletions

View File

@ -14,6 +14,7 @@ use yii\caching\Dependency;
use yii\di\Instance;
/**
* FragmentCache is used by [[yii\base\View]] to provide caching of page fragments.
*
* @property string|boolean $cachedContent The cached content. False is returned if valid content is not found
* in the cache. This property is read-only.