View Single Post
  #5 (permalink)  
Old 10-13-2007, 01:15 AM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,162
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: How to delete memcache?

hi,
This is nice question.
generally we are using to search in the memcache vales through its key.

For example.

test_Key = testing

here test_key is memcache key
testing is the memcache values for the Key test_Key

to search for testing
we can do like this
if($memClient -> get('test_Key'))
echo "Search values Found";

i hope it is clear for you.
__________________
With,
J. Jeyaseelan

Everything Possible
Reply With Quote