Skip to content

0.1.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@XedinUnknown XedinUnknown released this 19 Apr 18:01
a2f488c

Fixed

  • False-negative check used to confirm the negative because of wrong option name.
  • Non-getter interface methods of CachePool now return true 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.