psr/cache
PSR-6 caching interfaces for PHP. Defines CacheItemPoolInterface and CacheItemInterface contracts for interoperable caching, without providing an implementation. Use with any PSR-6 compatible cache library (see Packagist providers).
Initial stable release; reflects accepted PSR-6 specification
CacheItemInterface::expiresAt() method’s $expiration parameter is typehinted with DateTimeInterface, see this explanationPsr\Cache\CacheException extends ThrowablegetItems() and deleteItems() take an array of strings (string[]) compared to just array php-fig/cache#8 - GrahamCampbellexpiresAt() and expiresAfter() in CacheItemInterface fix docblock to specify null as a valid parameters as well as an implementation of DateTimeInterface php-fig/cache#7 - GrahamCampbellHow can I help you explore Laravel packages today?