Skip to content

Commit 8ae0275

Browse files
committed
Removed duplicated readHit attribute
1 parent 8430945 commit 8ae0275

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/phpFastCache/Core/StandardPsr6StructureTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ public function getItems(array $keys = [])
133133
*/
134134
public function hasItem($key)
135135
{
136-
CacheManager::$ReadHits++;
137-
138136
return $this->getItem($key)->isHit();
139137
}
140138

0 commit comments

Comments
 (0)