-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,5 @@ | ||
name: TCache | ||
version: 0.13.2 | ||
cabal-version: >= 1.6 | ||
build-type: Simple | ||
license: BSD3 | ||
license-file: LICENSE | ||
maintainer: [email protected] | ||
synopsis: A Transactional cache with user-defined persistence | ||
description: TCache is a transactional cache with configurable persistence. It allows conventional | ||
STM transactions for objects that synchronize with their user-defined storages. | ||
State in memory and into permanent storage is transactionally coherent. | ||
. | ||
It has interface defined for Amazon WS and Yesod Persistent backends defined in tcache-\<backend\> | ||
packages. | ||
Persistent is a multi-backend interface for SQL and non SQL databases such in Mongo-db | ||
. | ||
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 | ||
. | ||
Since the STM references can be included in data structures and serialized, this is right | ||
for graph databases and other NoSQL databases. | ||
. | ||
0.12.0 space in index data in indexQuery.hs and IndexText.hs triggered errors in the AWS backend. | ||
The space has been changed by \'-\'. So rename the "index *" files in the TCache folder | ||
in order to be recognized. | ||
. | ||
0.11.0.0 added setIndexParsist to define persistence for indexes by type. started the addition of readDBRefs, readResources and so on for simultaneous read, writes and deletes of | ||
objects of the same type. | ||
. | ||
0.10.2.0 Added setDefaultPersist and modified the signature of setPersist in Data.TCache.DefaultPersistence. | ||
Fixed issues with ghc 7.6.3 | ||
. | ||
0.10 version add memoization and a persistent and transactional collection/queue. | ||
. | ||
0.10.0.8 subversion add cachedByKeySTM | ||
. | ||
0.10.0.9 fixed an error in clearSyncCacheProc and SynWrite Asynchronous that checked the cache continuously | ||
. | ||
See "Data.TCache" for details | ||
. | ||
In this release: | ||
. | ||
Dropped Data.Hashtable (deprecated). Now it uses the package hashtables | ||
|
||
-- This file has been generated from package.yaml by hpack version 0.31.1. | ||
-- | ||
-- see: https://github.com/sol/hpack | ||
-- | ||
-- hash: 27ba4712998e8aa6b478c4583801336d311f66632b4a2fbb36f9b29c91b160ff | ||
|
||
name: TCache | ||
version: 0.13.0.0 | ||
version: 0.13.2 | ||
synopsis: A Transactional cache with user-defined persistence | ||
description: Please see the README on GitHub at <https://github.com/agocorona/TCache#readme> | ||
category: Data, Database | ||
|