

Public Member Functions | |
| HttpCacheClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 631 of file http.cc.
00631 : TclClass("Http/Cache") {} |
|
||||||||||||
|
Definition at line 632 of file http.cc.
00632 {
00633 return (new HttpCache());
00634 }
|
1.3.3