@hackage TCache0.10.0.0
A Transactional cache with user-defined persistence
Categories
License
BSD-3-Clause
Maintainer
agocorona@gmail.com
Links
Versions
Installation
Dependencies (9)
- RefSerialize
- base >=4 && <5
- bytestring
- containers >=0.1.0.1
- directory >=1.0
- mtl Show all…
Dependents (6)
@hackage/Workflow, @hackage/acme-everything, @hackage/tcache-AWS, @hackage/transient-universe, @hackage/transient, @hackage/MFlow
TCache is a transactional cache with configurable persitence. It allows conventional STM transactions for objects that syncronize with their user defined storages. Default persistence in files is provided for testing purposes State in memory and into permanent storage is transactionally coherent.
See Data.TCache for details