Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion proposed/PSR-Cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ namespace PSR\Cache;
*/
interface Pool
{

protected $prefix;

/**
* Returns objects which implement the Cache\Item interface.
*
Expand Down Expand Up @@ -244,4 +247,4 @@ interface Item
*/
function remove();
}
```
```