Пакет libqacache: Информация

    Бинарный пакет: libqacache
    Версия: 0.3-alt1
    Архитектура: x86_64
    Собран:  4 октября 2011 г. 7:44
    Исходный пакет: rpmhdrcache
    Сообщить об ошибке в пакете
    Домашняя страница: http://git.altlinux.org/gears/r/rpmhdrcache.git

    Лицензия: GPLv2+
    О пакете: NoSQL solution for data caching
    Описание: 
    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.

    Сопровождающий: Alexey Tourbin

    Список участников:
    Alexey Tourbin

    Последнее изменение


    4 октября 2011 г. Alexey Tourbin 0.3-alt1
    - cache.c: implemented db and fs atime cleanup
    - clean.c: implemented /usr/bin/qacache-clean helper program
    8 сентября 2011 г. Alexey Tourbin 0.2.3-alt1
    - don't close cache db in child processes
    7 сентября 2011 г. Alexey Tourbin 0.2.2-alt1
    - implemented db atime update using DB_DBT_PARTIAL