Releases: wp-oop/transient-cache
Releases · wp-oop/transient-cache
0.2.0-alpha1
0.1.0-alpha4
Fixed
CachePool#clear()
not working (#11).
0.1.0-alpha3
0.1.0-alpha2
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.
0.1.0-alpha1
Initial version.