Revision 70f6608b646002576e0386ca291fc3fb487852c0 authored by Lorenz Bauer on 07 June 2024, 14:05:57 UTC, committed by Lorenz Bauer on 13 June 2024, 11:55:56 UTC
The object cache currently does no invalidation, which means that
we accumulate cachedObject in memory and template ELF on disk.
Use update of the base datapath hash as an opportunity to evict
some of that cache.

In practice this is probably not a big issue: datapath config changes
rarely if every, and we only have templates for endpoints and host endpoint.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
1 parent ec651ea
History
File Mode Size
cmd
.gitignore -rw-r--r-- 11 bytes
Makefile -rw-r--r-- 1.1 KB
main.go -rw-r--r-- 166 bytes

back to top