This adds a single entry into memcache. Note: Add will fail if the item already exist in memcache.
(item *Item)
| 168 | // This adds a single entry into memcache. Note: Add will fail if the |
| 169 | // item already exist in memcache. |
| 170 | Add(item *Item) MutateResponse |
| 171 | |
| 172 | // Batch version of the Add method. Note that the response entries |
| 173 | // ordering is undefined (i.e., may not match the input ordering). |
no outgoing calls