summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap/dbwrap_cache.h
AgeCommit message (Collapse)AuthorFilesLines
2012-05-14move the dbwrap library to the top levelMichael Adam1-32/+0
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 14 04:04:55 CEST 2012 on sn-devel-104
2012-04-17s3: Add dbwrap_cacheVolker Lendecke1-0/+32
This is a caching layer for the notify database and potentially for the brlock database. It caches the parse_record operation as long as the underlying seqnum does not change.