Class PHPDS_sessionCache

Description

Simple session cached based class.

Located in /cache/PHPDS_sessionCache.inc.php (line 18)


	
			
Variable Summary
mixed $cacheObject
mixed $timeout
Method Summary
void cacheClear ([mixed $unique_key = false])
boolean cacheEmpty (mixed $unique_key)
mixed cacheRead (mixed $unique_key)
void cacheWrite (string $unique_key, mixed $cache_data, [boolean $compress = false], [int $timeout = false])
void connectCacheServer ( $conf)
Variables
mixed $cacheObject (line 20)
  • access: public
mixed $timeout (line 21)
  • access: public
Methods
cacheClear (line 71)

Clear specific or all cache memory.

  • access: public
void cacheClear ([mixed $unique_key = false])
  • mixed $unique_key
cacheEmpty (line 87)

Checks if we have an empty cache container.

  • access: public
boolean cacheEmpty (mixed $unique_key)
  • mixed $unique_key
cacheRead (line 59)

Return exising cache result to required item.

  • access: public
mixed cacheRead (mixed $unique_key)
  • mixed $unique_key
cacheWrite (line 43)

Writes new data to cache.

  • access: public
void cacheWrite (string $unique_key, mixed $cache_data, [boolean $compress = false], [int $timeout = false])
  • string $unique_key
  • mixed $cache_data
  • boolean $compress
  • int $timeout
connectCacheServer (line 26)

No real connection required if session cache is used.

  • access: public
void connectCacheServer ( $conf)
  • $conf

Documentation generated on Tue, 09 Aug 2011 09:05:19 +0200 by phpDocumentor 1.4.3