MemCache use memory to store token and TtyParameter
| 9 | |
| 10 | //MemCache use memory to store token and TtyParameter |
| 11 | type MemCache struct { |
| 12 | cache *cache.Cache |
| 13 | } |
| 14 | |
| 15 | //NewMemCache new MemCache |
| 16 | func NewMemCache() *MemCache { |
nothing calls this directly
no outgoing calls
no test coverage detected