The latest version of cached-io is 1.3.0.0-1.

cached-io

Version 0.1.1.0 revision 0 uploaded by glasserc.

Package meta

Synopsis
A simple library to cache a single IO action with timeout
Description

A simple library that caches an expensive IO action. This produces an IO action that, when run, either runs the expensive action and saves its result for a period of time, or re-uses the saved value. This amortizes the cost of the expensive IO action without a lot of complexity. See the test program for an example of how to use it.

Author
SumAll, Inc.
Bug reports
n/a
Category
Development
Copyright
n/a
Homepage
n/a
Maintainer
eglassercamp@sumall.com
Package URL
n/a
Stability
n/a

Components