aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/cache/cache.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Issue #95: Change cache ownership.René 'Necoro' Neumann2023-05-111-0/+4
* Replace `interface{}` by `any`René 'Necoro' Neumann2022-04-241-1/+1
* Increase go-conformity: map[T]struct{} instead of map[T]bool for setsRené 'Necoro' Neumann2021-11-221-1/+1
* Remove obsolete feeds from cache after 180 daysRené 'Necoro' Neumann2021-02-271-0/+1
* Do not upgrade the cache in `print-cache`René 'Necoro' Neumann2021-02-271-2/+2
* New cache format using gzip compressionRené 'Necoro' Neumann2021-02-271-5/+11
* Put storing / loading details into cache implementationRené 'Necoro' Neumann2021-02-271-5/+5
* Change from `transformToCurrent` to `transformTo`René 'Necoro' Neumann2021-02-271-3/+3
* Improve namingRené 'Necoro' Neumann2021-02-221-6/+6
* Split cache and feed packagesRené 'Necoro' Neumann2021-02-221-0/+179