Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-09-03
2001-09-03 08:56:29 by Stefan Wallström <stewa@roxen.com>
41240d0b635aee065de510274ae249089458d4c6 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixes [Bug
1985 (#1985)
] :)
Rev: server/base_server/roxen.pike:1.725
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
724
2001/09/
02
16
:
34
:
11
per
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
725
2001/09/
03
08
:
56
:
29
stewa
Exp $";
// The argument cache. Used by the image cache. ArgCache argcache;
2811:
return m; rst_cache[ id ] = m; if( sizeof( rst_cache ) > 100 )
-
rst_cache = ([
"
id
"
:m ]);
+
rst_cache = ([ id
:
m ]);
return rst_cache[ id ] + ([]); } // Case 2: We have cache entry, but no data.