Package backend :: Package server :: Package repomd :: Module mapper :: Class CachedErratumMapper
[hide private]
[frames] | no frames]

Class CachedErratumMapper

source code

Data Mapper for Errata to an on-disc cache.

Instance Methods [hide private]
 
__init__(self, mapper, package_mapper) source code
 
get_erratum(self, erratum_id)
Load the erratum with id erratum_id.
source code
Method Details [hide private]

get_erratum(self, erratum_id)

source code 

Load the erratum with id erratum_id.

Load from the cache, if it is new enough. If not, fall back to the provided mapper.