Wraps libpcache 1.1.4.
Version 1.2.2
Bug Fixes
- libpcache — Hardened atomic batch page writes so multi-page
put_pagesoperations roll back cleanly on failure instead of leaving partial state behind. - libpcache — Fixed
set_max_pagesupdating in-memory capacity only after durable sync; the limit now reflects the committed metadata immediately, preventing a mismatch if fsync or checkpoint fails afterward. - libpcache — Fixed
get_pages_rangeleavingcount_outundefined onINVALID_RANGEandBUFFER_TOO_SMALLerrors; it now zeroes the output up front, matchingcheck_pages_range.