public function getStatistics()
 {
     return $this->factory->newUsageStatisticsCachedListLookup()->fetchList();
 }
 public function testCanConstructUsageStatisticsCachedListLookup()
 {
     $instance = new SQLStoreFactory(new SMWSQLStore3());
     $this->assertInstanceOf('SMW\\SQLStore\\Lookup\\CachedListLookup', $instance->newUsageStatisticsCachedListLookup());
 }