@hackage TCache0.10.0.12

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. State in memory and into permanent storage is transactionally coherent.

The package implements serializable STM references, access by key and by record field value, triggers, full text and field indexation, default serialization and a query language based on record fields

  1. 10 version add memoization and a persistent and transactional collection/queue.

  2. 10.0.8 subversion add cachedByKeySTM

  3. 10.0.9 fixed an error in clearSyncChacheProc and SynWrite Asyncronous that checked the cache continuously

See Data.TCache for details

In this release:

fixed reset of indexes when index, indexText or indexList is used