Very new to memcache.

in my application I am using Cache::Memcached.  My questions are:

if I set a tag to a value of a hash:

$self->{cache}->set('tag',$hash);

is the hash ref set in memcache that will point back to my hash or do I 
have to actually have a %hash to be used in 
$self->{cache}->set('tag',%hash);

and do I have to have some unique identifier for the the tag so that the in 
memory hash will be related to the actual script that is calling it.
in other words will each run of the script get a different instance of 
'tag' with its own unique %hash?

Thanks for your help on this.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to