Key is the key to be used in cache.
()
| 60 | Type() string |
| 61 | // Key is the key to be used in cache. |
| 62 | Key() any |
| 63 | // DependentConfigs is config items that this cache key is dependent on. |
| 64 | // Whenever these configs change, we should invalidate this cache entry. |
| 65 | DependentConfigs() []ConfigHash |
no outgoing calls