[arch] improvement -> AUR: upgrade checking now considers modification dates as well

This commit is contained in:
Vinicius Moreira
2020-12-17 18:35:34 -03:00
parent 4540fc938e
commit cf17a91b83
32 changed files with 432 additions and 149 deletions

View File

@@ -19,11 +19,12 @@ class DiskCacheLoader:
"""
pass
def fill(self, pkg: SoftwarePackage):
def fill(self, pkg: SoftwarePackage, sync: bool = False):
"""
fill cached data from the disk of a given package instance
If a cache mapping was previously done, then data retrieved will be cached to memory as well.
:param pkg:
:param sync: if the package data must be filled synchronously
:return:
"""
pass