We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5fe18 commit 3105279Copy full SHA for 3105279
FilesystemCachePool.php
@@ -108,8 +108,6 @@ protected function clearAllObjectsFromCache()
108
*/
109
protected function clearOneObjectFromCache($key)
110
{
111
- $this->preRemoveItem($key);
112
-
113
return $this->forceClear($key);
114
}
115
@@ -161,18 +159,6 @@ private function getFilePath($key)
161
159
return sprintf('%s/%s', $this->folder, $key);
162
160
163
164
- /**
165
- * {@inheritdoc}
166
- */
167
- public function save(CacheItemInterface $item)
168
- {
169
- if ($item instanceof TaggableItemInterface) {
170
- $this->saveTags($item);
171
- }
172
173
- return parent::save($item);
174
175
176
/**
177
* {@inheritdoc}
178
0 commit comments