+6
automod/cachestore/doc.go
+6
automod/cachestore/doc.go
···
1
+
// Automod component for caching arbitary data (as JSON strings) with a fixed TTL and purging.
2
+
//
3
+
// Includes an interface and implementations using redis and in-process memory.
4
+
//
5
+
// This is used by the rules engine to cache things like account metadata, improving latency and reducing load on authoritative backend systems.
6
+
package cachestore
+4
automod/capture/doc.go
+4
automod/capture/doc.go
+2
automod/countstore/doc.go
+2
automod/countstore/doc.go
+2
automod/engine/doc.go
+2
automod/engine/doc.go
+2
automod/flagstore/doc.go
+2
automod/flagstore/doc.go