CacheDataCollector
class CacheDataCollector extends DataCollector implements LateDataCollectorInterface
Properties
protected | $data | from DataCollector |
Methods
cloneVar(mixed $var)
Converts the variable into a serializable Data instance.
from DataCollector
reset()
No description
lateCollect()
Collects data as late as possible.
string
getName()
Returns the name of the collector.
array
getStatistics()
Method returns amount of logged Cache reads: "get" calls.
array
getTotals()
Method returns the statistic totals.
mixed
getCalls()
Method returns all logged Cache call objects.