class Standard . HTTPpurgeCache {
string dirName;
int32 interval;
int32 maxIdleTime;
assoc pendingConnections;
oid serviceOID;
oid timer;
oid urlDirectory;
} inherits from Object;
The HTTPpurgeCache class implements a service that deletes previously cached HTTP server objects that have expired. Objects of this class are typically created from an rc file processed by a CreateObjects object.
HTTPpurgeCache:create(int32 purgeInterval, string serverName)
The service takes two arguments at create time: