| 35 | } |
| 36 | |
| 37 | type cacheNameExampleCache struct { |
| 38 | cache cache.Cache |
| 39 | } |
| 40 | |
| 41 | // NewCacheNameExampleCache create a new cache |
| 42 | func NewCacheNameExampleCache(cacheType *database.CacheType) CacheNameExampleCache { |
nothing calls this directly
no outgoing calls
no test coverage detected