-
http://www.php-fig.org/psr/psr-16/
-
Stash should implement PSR-16 to be cross-compatible with other caching libraries.
See: https://www.php-fig.org/psr/psr-16/
PHLAK updated
4 years ago
-
Hello, I needed to create [PSR16](https://github.com/php-fig/simple-cache/tree/master) like [implementation for Nette](https://github.com/h4kuna/critical-cache/blob/main/src/PSR16/NetteCache.php).
…
-
symfony/symfony#29236
Looks like Symfony have decided to drop support for PSR-16 for some reason. We depend on `\Psr\SimpleCache\CacheInterface` for cache implementation, but they're deprecating su…
-
Everywhere it is stated that the extension is PSR-6 compatible. This is hinting that people will have to write adapters for PSR-16 clients.
It turned out that the API is both PSR-6 and PSR-16 compl…
-
Composer fails with Version mismatch.
```
composer require laminas/laminas-mvc
Using version ^3.7 for laminas/laminas-mvc
./composer.json has been updated
Running composer update laminas/lamina…
-
### Requirements
It would be nice if the SDK would support caching of the flag requests.
For example add a psr/simple-cache compatible cache storage and then store the results for better performance…
-
### Symfony version(s) affected
7.1.2
### Description
PSR16::getMultiple is not returning the expected value when the adapter is a TagAwareAdapter
Instead of the value, it's returning a in…
-
This would improve interoperability and compatibility with third-party caching packages.
-
http://www.php-fig.org/psr/psr-16/ implements a common interface for caches. One requirement is that a cache that implements the interface must be able to support a 64-byte key. I am not sure why YAC …