(key string)
| 20 | Put(key, value string) error |
| 21 | PutExpiring(key, value string) error |
| 22 | Remove(key string) error |
| 23 | ExpireDuration() time.Duration |
| 24 | SetExpireDuration(expireDuration time.Duration) |
| 25 | Load() error |
no outgoing calls
no test coverage detected