Skip to content

Commit 8dc98bb

Browse files
committed
HierarchicalCachePoolTrait::getValueFormStore was renamed to HierarchicalCachePoolTrait::getDirectValue
1 parent 826eee6 commit 8dc98bb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

MemcachedCachePool.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,6 @@ protected function storeItemInCache(PhpCacheItem $item, $ttl)
9898
return $this->cache->set($key, serialize([true, $item->get(), $item->getTags(), $item->getExpirationTimestamp()]), $ttl);
9999
}
100100

101-
/**
102-
* {@inheritdoc}
103-
*/
104-
protected function getValueFormStore($key)
105-
{
106-
return $this->cache->get($key);
107-
}
108-
109101
/**
110102
* {@inheritdoc}
111103
*/

0 commit comments

Comments
 (0)