userExampleCache define a cache struct
| 36 | |
| 37 | // userExampleCache define a cache struct |
| 38 | type userExampleCache struct { |
| 39 | cache cache.Cache |
| 40 | } |
| 41 | |
| 42 | // NewUserExampleCache new a cache |
| 43 | func NewUserExampleCache(cacheType *database.CacheType) UserExampleCache { |
nothing calls this directly
no outgoing calls
no test coverage detected