Skip to content

Commit b995b28

Browse files
committed
Interfaced getDriverName()
1 parent 5866c77 commit b995b28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ interface ExtendedCacheItemPoolInterface extends CacheItemPoolInterface
3030
*/
3131
public function getConfig();
3232

33+
/**
34+
* @return string
35+
*/
36+
public function getDriverName();
37+
38+
3339
/**
3440
* [phpFastCache phpDoc Override]
3541
* Returns a Cache Item representing the specified key.

0 commit comments

Comments
 (0)