starts background refresh of items
(ctx context.Context)
| 19 | type AutoRefreshCache interface { |
| 20 | // starts background refresh of items |
| 21 | Start(ctx context.Context) |
| 22 | |
| 23 | // Get item by id if exists else null |
| 24 | Get(id string) CacheItem |
no outgoing calls