ClassInterface INFA_OCSP_CACHE

Description

openCSP interface INFA_OCSP_CACHE

Located in /cache/INFA_OCSP_CACHE.phpclass (line 32)


	
			
Method Summary
 static OCSP_CACHE getInstance ([string $group = 'DEFAULT'])
 static boolean isUseable ([boolean $debug = False])
 array getStoredValueArr (string $aName)
 mixed getValue (string $aName)
 void setValue (string $aName, mixed $aValue, [mixed $ttl = 0], [boolean $autotouch = False])
 void storeMyValues ([boolean $debug = False])
 void unsetValue (string $aName)
Methods
static getInstance (line 62)

returns the instance of the singleton class

  • access: public
OCSP_CACHE getInstance ([string $group = 'DEFAULT'])
  • string $group
static isUseable (line 46)

returns if the cache type is usable on the system

  • access: public
boolean isUseable ([boolean $debug = False])
  • boolean $debug
getStoredValueArr (line 111)

returns a stored value

  • access: protected
array getStoredValueArr (string $aName)
  • string $aName
getValue (line 75)

returns a cached value

  • access: public
mixed getValue (string $aName)
  • string $aName
setValue (line 89)

sets a value

NOTE the value is stored on destruct

  • access: public
void setValue (string $aName, mixed $aValue, [mixed $ttl = 0], [boolean $autotouch = False])
  • string $aName
  • mixed $aValue
  • mixed $ttl
  • boolean $autotouch: (if true ttl will be expanded on every use of the value)
storeMyValues (line 120)

stores all temp cached values

  • access: public
void storeMyValues ([boolean $debug = False])
  • boolean $debug
unsetValue (line 98)

removes a value from the cache

  • access: public
void unsetValue (string $aName)
  • string $aName

Documentation generated on Thu, 08 Jan 2009 17:44:28 +0100 by phpDocumentor 1.4.0a2