public interface IMemcacheAccessor
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String key) |
com.google.protobuf.Message |
get(String key,
long timeoutMs) |
void |
set(String key,
int expiry,
Object value) |
Copyright © 2015. All rights reserved.