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
4 changes: 4 additions & 0 deletions accepted/PSR-6-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ interface CacheItemInterface
* If null is passed explicitly, a default value MAY be used. If none is set,
* the value should be stored permanently or for as long as the
* implementation allows.
* Existing items retrieved from a CachePool MUST default to an expiration of null
* even if the item previously was saved with an expiration.
*
* @return static
* The called object.
Expand All @@ -248,6 +250,8 @@ interface CacheItemInterface
* expiration. If null is passed explicitly, a default value MAY be used.
* If none is set, the value should be stored permanently or for as long as the
* implementation allows.
* Existing items retrieved from a CachePool MUST default to an expiration of null
* even if the item previously was saved with an expiration.
*
* @return static
* The called object.
Expand Down