@hackage TCache0.10.0.0

A Transactional cache with user-defined persistence

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