View Single Post

  #2 (permalink)  
Old 05-08-2008
chander@otg-nc.com
 
Posts: n/a
Default Re: any memcached fans?

On May 8, 2:38*pm, Vladimir Ghetau <vladi...@pixeltomorrow.com> wrote:
> Hi guys,
>
> Have you noticed the add, set, and replace functions of the PHP
> memcached extension?


Set will overwrite any data that is in cache if its already there, and
will add a new item if its not there.
Add will only add a new item to cache where the key doesn't already
exist.
Replace will only replace an item that is existing in cache, it won't
add new items.


--
Chander Ganesan
Open Technology Group, Inc.
One Copley Parkway, Suite 210
Morrisville, NC 27560
919-463-0999/877-258-8987
http://www.otg-nc.com
Ask me about Expert PHP Training - delivered on-site worldwide or via
open enrollment public courses.
Reply With Quote