PartialCacheCollector
class PartialCacheCollector extends DataCollector implements Renderable, AssetProvider (View source)
Collects data about the partial cache hits and misses during a SilverStripe request
Properties
protected static | array | $templateCache | Contains a list of all partial caches found. |
Methods
Details
getName()
No description
getAssets()
No description
collect()
No description
getWidgets()
No description
static array
getTemplateCache()
No description
static
addTemplateCache(string $key, array $item)
Adds an item to the templateCache array
static
setTemplateCache(array $templateCache)
No description