pkgcore.cache.flat_hash module¶

per key file based backend

class pkgcore.cache.flat_hash.database(location, label=None, **config)[source]¶

Bases: FsBased

Stores cache entries in key=value form, stripping newlines.

autocommits = True¶
eclass_chf_types = ('eclassdir', 'mtime')¶
keys()[source]¶

generator for walking the dir struct

mtime_in_entry = True¶
pkgcore_config_type = <pkgcore.config.hint.ConfigHint object>¶