refactor(storage): Remove TODO comment about writeThroughCache

This commit is contained in:
TwiN 2022-08-18 19:23:27 -04:00
parent a044f1d274
commit cca421e283

View File

@ -333,7 +333,6 @@ func (s *Store) Insert(endpoint *core.Endpoint, result *core.Result) error {
}
}
}
// TODO: add field to automatically refresh the cache when a new result is inserted
if s.writeThroughCache != nil {
cacheKeysToRefresh := s.writeThroughCache.GetKeysByPattern(endpoint.Key()+"*", 0)
for _, cacheKey := range cacheKeysToRefresh {