lazy-cache-0.2.0.0: Library for caching IO action that leverages on GHC RTS implementation
Safe HaskellNone
LanguageHaskell2010

System.Cache.Impl.NoCache

Description

Implementation that provides no caching at all. Can be useful in order to disable caching without changing the code at the use sites.

Synopsis

Documentation

new :: Config -> IO (Handle a b) Source #

Creates an implementation that does not cache anything. All actions runs as-is without locking.