summaryrefslogtreecommitdiffstats
path: root/source3/lib/dbwrap/dbwrap_cache.h
Commit message (Collapse)AuthorAgeFilesLines
* move the dbwrap library to the top levelMichael Adam2012-05-141-32/+0
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 14 04:04:55 CEST 2012 on sn-devel-104
* s3: Add dbwrap_cacheVolker Lendecke2012-04-171-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.