MemoryCacheConfiguration is the configuration for an in-memory cache. There is no configuration.
| 39 | // MemoryCacheConfiguration is the configuration for an in-memory cache. There |
| 40 | // is no configuration. |
| 41 | type MemoryCacheConfiguration struct{} |
| 42 | |
| 43 | // New creates a new memory cache store from a memory cache configuration. |
| 44 | func (MemoryCacheConfiguration) New() (cachestore.Store, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected