(key string, seconds int32)
| 50 | Decrement(key string, delta uint64) (uint64, error) |
| 51 | Increment(key string, delta uint64) (uint64, error) |
| 52 | Touch(key string, seconds int32) error |
| 53 | Close() |
| 54 | CompareAndSwap(item *memcache.Item) error |
| 55 | FlushAll() error |
no outgoing calls