cached-io

A simple library to cache IO actions

Latest on Hackage:1.3.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

Apache-2.0 licensed by SumAll, Inc.
Maintained by Bellroy Tech Team

Provides functions that convert an IO action into a cached one by storing the original result for a period of time, or until some condition is met.