Package libqacache: Information

    Binary package: libqacache
    Version: 0.3-alt1
    Architecture: x86_64
    Build time:  Oct 4, 2011, 07:44 AM
    Source package: rpmhdrcache
    Category: System/Libraries
    Report package bug
    License: GPLv2+
    Summary: NoSQL solution for data caching
    Description: 
    This library implements simple key-value cache API with limited support
    for concurrent reads, atomic writes, data integrity, and atime cleanup.
    Small- to medium-sized cache entries (up to 32K compressed with snappy)
    are stored in a Berkeley DB, larger entries are backed by filesystem.

    Maintainer: Alexey Tourbin

    List of contributors:
    Alexey Tourbin

    Last changed


    Oct. 4, 2011 Alexey Tourbin 0.3-alt1
    - cache.c: implemented db and fs atime cleanup
    - clean.c: implemented /usr/bin/qacache-clean helper program
    Sept. 8, 2011 Alexey Tourbin 0.2.3-alt1
    - don't close cache db in child processes
    Sept. 7, 2011 Alexey Tourbin 0.2.2-alt1
    - implemented db atime update using DB_DBT_PARTIAL