Skip to content

Commit 522cde1

Browse files
Emyrkdannykopping
andauthored
Update coderd/runtimeconfig/manager.go
Co-authored-by: Danny Kopping <danny@coder.com>
1 parent 357438b commit 522cde1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/runtimeconfig/manager.go

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ type cacheEntry struct {
3131
// MemoryCacheManager is an example of how a caching layer can be added to the
3232
// resolver from the manager.
3333
// TODO: Delete MemoryCacheManager and implement it properly in 'StoreManager'.
34+
// TODO: Handle pubsub-based cache invalidation.
3435
type MemoryCacheManager struct {
3536
cache *syncmap.Map[string, cacheEntry]
3637
}

0 commit comments

Comments
 (0)