0.1.0-alpha2
Pre-release
Pre-release
Fixed
- False-negative check used to confirm the negative because of wrong option name.
- Non-getter interface methods of
CachePool
now returntrue
on success. - Non-getter interface methods of
CachePool
now declare and throw proper exceptions.
Added
SilentPool
, which wraps cache pools that throw non-PSR-16 exceptions and suppress them, making the pool compatible (#7).- Missing documentation.
Changed
- Centralized behaviour like option deletion, and option/transient retrieval/assignment.