Copyright | (c) 2018 Henri Verroken |
---|---|
License | BSD3 |
Maintainer | Henri Verroken <henriverroken@gmail.com> |
Stability | stable |
Safe Haskell | None |
Language | Haskell2010 |
This modules exposes some of the internals of Cache
as well as some
auxiliary functions for expert users.
Cache constructor
The cache with keys of type k
and values of type v
.
Create caches with the newCache
and copyCache
functions.
A container data type holding a cache item.
CacheItem | |
|