MemcachedClient.store

store data with key, make it expire after expires secconds if expires == 0 - data will not expire

class MemcachedClient
store
(
T
)
(
string key
,,
int expires = 0
)

Meta