Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Cache
Documentation
class EvictionStrategy s where Source #
Minimal complete definition
This is a naive and terribly slow version of an LRU cache
An optimized version of an LRU cache
Random Replacement cache. The seed is fixed to an StdGen
since its both
easily accessible & good enough for this purpose.
Least Frequently Used Cache