Memcached.Retrieve (gb.memcached)
Function Retrieve ( sKey As Variant [ , iCas As Integer ] ) As Collection
Used to retrieve a value from the server.
Key can be a single key or an array of
Strings
Set
iCas if you want to know if the object was modified since it was last fetched by
this client.
This returns a collection of
Key => Value
pairs.