(key interface{})
| 14 | IsNil(key interface{}) bool |
| 15 | NotNil(key interface{}) bool |
| 16 | Get(key interface{}) interface{} |
| 17 | Set(key interface{}, value interface{}) |
| 18 | Delete(key interface{}) |
| 19 | String() string |
no outgoing calls
no test coverage detected