Class Cacher

Description
  • version: 0.3

Located in /Cacher.php (line 25)


	
			
Method Summary
 Cacher Cacher ()
 string getCache (string $identifier)
 bool putCache (string $identifier, string $contents)
Methods
Constructor Cacher (line 32)

Initializes the Cacher

  • access: public
  • throws: Exception When cannot establish cache directory
Cacher Cacher ()
getCache (line 68)

Retrieves contents from the cache

  • return: Contents of the cache
  • access: public
  • throws: Exception When cannot read cache or when it is expired or does not exist.
string getCache (string $identifier)
  • string $identifier: The unique identifier of the cache
putCache (line 50)

Puts contents into the cache

  • access: public
  • throws: Exception When cannot write cache
bool putCache (string $identifier, string $contents)
  • string $identifier: A unique identifier for the cache
  • string $contents: The contents to cache

Documentation generated on Mon, 31 Mar 2008 08:35:41 -0400 by phpDocumentor 1.3.0RC6