File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 * with this source code in the file LICENSE.
1010 */
1111
12-
1312namespace Cache \Adapter \PHPArray ;
1413
1514use Cache \Adapter \Common \AbstractCachePool ;
1615use Cache \Adapter \Common \CacheItem ;
16+ use Cache \Adapter \Common \PhpCacheItem ;
1717use Cache \Hierarchy \HierarchicalCachePoolTrait ;
1818use Cache \Hierarchy \HierarchicalPoolInterface ;
1919use Cache \Taggable \TaggableItemInterface ;
@@ -136,7 +136,7 @@ protected function clearOneObjectFromCache($key)
136136 /**
137137 * {@inheritdoc}
138138 */
139- protected function storeItemInCache (CacheItemInterface $ item , $ ttl )
139+ protected function storeItemInCache (PhpCacheItem $ item , $ ttl )
140140 {
141141 $ key = $ this ->getHierarchyKey ($ item ->getKey ());
142142 $ this ->cache [$ key ] = $ item ;
You can’t perform that action at this time.
0 commit comments