@hackage / lazy-cache

Library for caching IO action that leverages on GHC RTS implementation

Latest0.2.0.0

Changelog

Revision history for lazy-cache

0.2.0.0 -- 2022-02-06

  • use clock for managing time periods instead of thyme;
  • remove extra dependencies;

0.1.0.0 -- 2020-11-15

  • Initial layout