Class OCSP_CACHE_FILE

Description

openCSP class OCSP_CACHE_FILE

Located in /cache/OCSP_CACHE_FILE.phpclass (line 41)

OCSP_CACHE
   |
   --OCSP_CACHE_FILE
Direct descendents
Class Description
 class OCSP_CMS_CACHE openCSP class file
Class Constant Summary
 CLASS_SRC_FILE = __FILE__
Variable Summary
 static string $cacheSubDirName
Method Summary
 static OCSP_CACHE getInstance ([string $group = 'DEFAULT'])
 static boolean isUseable ([boolean $debug = False])
 string getCacheFilePath ([boolean $debug = False])
 array getStoredValueArr (string $aName, [boolean $debug = False])
 void loadMyValues ([boolean $debug = False])
 void storeMyValues ([boolean $debug = False])
 void unsetValue (string $aName, boolean $debug)
Variables
static string $cacheSubDirName = 'ocsp_cache' (line 57)

cache subdir

  • access: protected

Redefined in descendants as:
bool $fileLoaded = False (line 94)
  • access: private

Inherited Variables

Inherited from OCSP_CACHE

OCSP_CACHE::$cacheInstances
OCSP_CACHE::$myGroup
OCSP_CACHE::$myValues
Methods
static getInstance (line 105)

returns the instance of the singleton class

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

Redefined in descendants as:
static isUseable (line 70)

returns if the cache type is usable on the system

  • version: pk-08-06-20
  • access: public
boolean isUseable ([boolean $debug = False])
  • boolean $debug
getCacheFilePath (line 126)

retuns the cache file path on the server

  • access: protected
string getCacheFilePath ([boolean $debug = False])
  • boolean $debug
getStoredValueArr (line 182)

returns a stored value

  • access: public
array getStoredValueArr (string $aName, [boolean $debug = False])
  • string $aName
  • boolean $debug
loadMyValues (line 158)

loads the cache values from the file

  • access: protected
void loadMyValues ([boolean $debug = False])
  • boolean $debug
storeMyValues (line 203)

stores all temp cached values

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

removes a value from the cache

  • access: public
void unsetValue (string $aName, boolean $debug)
  • string $aName
  • boolean $debug

Inherited Methods

Inherited From OCSP_CACHE

 OCSP_CACHE::__construct()
 OCSP_CACHE::getValue()
 OCSP_CACHE::setValue()
 OCSP_CACHE::__destruct()
Class Constants
CLASS_SRC_FILE = __FILE__ (line 49)

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