TCache: 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
10.2.0 added setDefaultPersist and modified the signature of setPersist in Data.TCache.DefaultPersistence. Fixed issues with ghc 7.6.3
10 version add memoization and a persistent and transactional collection/queue.
10.0.8 subversion add cachedByKeySTM
10.0.9 fixed an error in clearSyncChacheProc and SynWrite Asyncronous that checked the cache continuously
See Data.TCache for details
In this release:
Dropped Data.Hashtable (deprecated). Now it uses the package hashtables
Versions | 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.6.4, 0.6.5, 0.8.0, 0.8.0.1, 0.8.0.2, 0.9, 0.9.0.1, 0.9.0.2, 0.9.0.3, 0.9.0.4, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.10.0.3, 0.10.0.4, 0.10.0.5, 0.10.0.6, 0.10.0.8, 0.10.0.9, 0.10.0.10, 0.10.0.11, 0.10.0.12, 0.10.1.0, 0.10.2.0, 0.10.2.1, 0.10.2.2, 0.10.2.3, 0.10.2.4, 0.11.0.0, 0.12.0, 0.12.1 |
---|---|
Dependencies | base (==4.*), bytestring, containers (>=0.1.0.1), directory (>=1.0), hashtables, mtl, old-time (>=1.0), RefSerialize, stm, text [details] |
License | BSD-3-Clause |
Author | Alberto Gómez Corona |
Maintainer | agocorona@gmail.com |
Category | Data, Database |
Source repo | head: git clone https://github.com/agocorona/TCache |
Uploaded | by AlbertoCorona at Tue Oct 15 12:17:29 UTC 2013 |
Distributions | LTSHaskell:0.12.1, NixOS:0.12.1, Stackage:0.12.1, openSUSE:0.12.1 |
Downloads | 16515 total (145 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] Hackage Matrix CI |
Modules
[Index]
Downloads
- TCache-0.10.2.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)