(ctx context.Context, typ CacheType, target string)
| 37 | Delete(ctx context.Context, model string) error |
| 38 | Save(ctx context.Context, model string, typ CacheType, target string) error |
| 39 | GetByTarget(ctx context.Context, typ CacheType, target string) (*LocalModelCache, error) |
| 40 | } |
| 41 | |
| 42 | func init() { |
no outgoing calls
no test coverage detected