summaryrefslogtreecommitdiffstats
path: root/lib/App/ArchLinux/PackagerTools/Cache.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-12-25Cache: Move CHI to depsFlorian Pritz1-8/+7
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17Remove cache size limitFlorian Pritz1-1/+0
The used key is incorrect and should have been 'max_size', but it's not needed yet so don't use it. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17Make context parameter explicitFlorian Pritz1-6/+6
This prevents a loop in $deps->{..}->{context} which is 1) unnecessary and 2) potentially breaks memory recovery when things get deleted. Not the case right now, but whatever. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17WIP Add cacheFlorian Pritz1-0/+77
Signed-off-by: Florian Pritz <bluewind@xinu.at>