We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357438b commit 522cde1Copy full SHA for 522cde1
coderd/runtimeconfig/manager.go
@@ -31,6 +31,7 @@ type cacheEntry struct {
31
// MemoryCacheManager is an example of how a caching layer can be added to the
32
// resolver from the manager.
33
// TODO: Delete MemoryCacheManager and implement it properly in 'StoreManager'.
34
+// TODO: Handle pubsub-based cache invalidation.
35
type MemoryCacheManager struct {
36
cache *syncmap.Map[string, cacheEntry]
37
}
0 commit comments