caching\Dependency $reusable

$reusable public property

Whether this dependency is reusable or not. True value means that dependent data for this cache dependency will be generated only once per request. This allows you to use the same cache dependency for multiple separate cache calls while generating the same page without an overhead of re-evaluating dependency data each time. Defaults to false.

public boolean $reusable = false
doc_Yii
2016-10-30 16:54:00
Comments
Leave a Comment

Please login to continue.