Skip to content

Commit 1727ec0

Browse files
committed
Added getConfig() method
1 parent 9b5b592 commit 1727ec0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
*/
2626
interface ExtendedCacheItemPoolInterface extends CacheItemPoolInterface
2727
{
28+
/**
29+
* @return array
30+
*/
31+
public function getConfig();
32+
2833
/**
2934
* [phpFastCache phpDoc Override]
3035
* Returns a Cache Item representing the specified key.

0 commit comments

Comments
 (0)