Class PHPDS_noCache

Description

Simple noCache class.

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


	
			
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)
Methods
cacheClear (line 59)

Clear specific or all cache memory.

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

Checks if we have an empty cache container.

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

Return exising cache result to required item.

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

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 24)

Do the connection to the server.

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

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