raptor wrote:
> 
> Will it be possible for ordinary .asp scripts to put stuff in the cache..
> (probably in case where they are a little big and is not worth storing them
> in Session)... i.e. something like this :
> 
> my %blah = ( ...... );
> my $md5hash = $Server->CacheStore(\%attr,%blah);
> ...
> $Server->CachePurge($md5hash);
> ...after several pages...!!..or so ...
> my %newBlah = $Server->CacheReStore($md5hash);
> 

Sure, this will be implemented in a subsequent release,
with the user cache to be accessible via like a 
$Server->Cache API.  Note sure yet exactly what it
will look like though.

--Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to