haskell-docs-cli-1.0.0.0: Search Hoogle and navigate Hackage from the command line.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Cache

Description

Store results of named computations.

Synopsis

Documentation

cached :: MonadIO m => Cache -> String -> m ByteString -> m ByteString Source #

Try to get result from cache. If not present, run computation.

newtype Store Source #

Constructors

Store FilePath