gitee.com/quant1x/engine@v1.8.4/cache/data_increase.go (about) 1 package cache 2 3 // Increase 增量数据计算接口 4 // 5 // deprecated: 不推荐 6 type Increase[T any] interface { 7 Add(data T) T 8 }