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);
> ..
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)
Perrin Harkins wrote:
>
> > Special to this release is a new dbm based output caching layer API
> > via a $Response->Include() API extension. This can be handy for
> > optimizing out mostly static, costly components from having
> > to be recomputed every time. For more info on this check out:
>
> Special to this release is a new dbm based output caching layer API
> via a $Response->Include() API extension. This can be handy for
> optimizing out mostly static, costly components from having
> to be recomputed every time. For more info on this check out:
>
> http://www.apache-asp.org/ob