Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 182df6b

Browse files
committed
Added forget method
1 parent 13627fb commit 182df6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DataCollector/CacheCollector.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ public function getStats()
6060
return $this->data['stats'];
6161
}
6262

63+
public function getInstances()
64+
{
65+
return $this->data['instances'];
66+
}
67+
6368
public function getSize()
6469
{
6570
/**

0 commit comments

Comments
 (0)