summaryrefslogtreecommitdiff
path: root/pkg/cache/memcache.go
AgeCommit message (Collapse)Author
2024-12-19Update references of cache, env, health to use modules from registry-scanner ↵Ishita Sequeira
(#972) Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-12-16Update references of pkg/tag pkg/log pkg/options to use modules from ↵Ishita Sequeira
registry-scanner (#962) Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2020-08-27feat: Warm-up image cache on startup (#77)jannfis
* enhancement: Warm up cache before starting update cycle * fix typos * More typos
2020-08-12refactor: Make registry client mockable and provide first set of unit tests ↵jannfis
(#42) * refactor: Redesign of registry client * More unit tests * Sneak in some GH actions related change
2020-08-09enhancement: Store tag metadata and introduce metadata cache (#18)jannfis