Table of Contents

OIL2 Class Standard.HTTPpurgeCache


class Standard . HTTPpurgeCache {
        string  dirName;
        int32   interval;
        int32   maxIdleTime;
        assoc   pendingConnections;
        oid     serviceOID;
        oid     timer;
        oid     urlDirectory;
inherits from Object;

DESCRIPTION

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.

METHODS


Standard.HTTPpurgeCache:create

HTTPpurgeCache:create(int32 purgeInterval, string serverName)

Method Description

The service takes two arguments at create time: