You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2.0.0-beta.1
- Renamed `ArrayCache` to `LocalCache`, swapping the constructor argument order
- Support arbitrary values in `LocalCache`, `NullCache`, and `PrefixCache`
- Changed `Cache` to support arbitrary values
- Introduced separate `StringCache` interface for caching only strings
- Added `StringCacheAdapter` to use any `Cache` in place of a `StringCache`
- Removed `FileCache` (will be available in `amphp/file` instead)