15 lines
329 B
Plaintext
15 lines
329 B
Plaintext
:sig
|
|
String memcache_get(u64 connection, String key, String default_value = "")
|
|
|
|
:params
|
|
connection : connection handle
|
|
key : key string
|
|
default_value : optional default value
|
|
return value : value that was returned by the Memcache server
|
|
|
|
:desc
|
|
Retrieves a value from an existing connection to a Memcache server.
|
|
|
|
:see
|
|
>memcache
|