uce/doc/pages/memcache_get_multiple.txt
2022-01-21 09:10:38 +00:00

14 lines
290 B
Plaintext

:sig
StringMap memcache_get_multiple(u64 connection, StringList keys)
:params
connection : connection handle
keys : a list of strings containing the keys to be retrieved
return value : a StringMap with the retrieved entries
:desc
Retrieves a bunch of entries all at once.
:see
>memcache