add. Adding item

^memcached.add[key;string]

If the item with specified key is already exist on server the method do nothing and returns
false.
If the item with specified key does not exist on server it will be stored and the method returns
true.

Take in mind that usually you do not want to use this method. Use
$memcached.[$key][$value] instead.


Copyright © 1997–2021 Art. Lebedev Studio | http://www.artlebedev.com Last updated: 18.06.2012