Welcome, Guest Log In

Class Krai_Cache

Class Overview

Caching class

Note: THIS IS NOT IMPLEMENTED CORRECTLY YET. DO NOT USE.

Located in /Krai/Cache.php [line 26]



		
				Author(s):
		
API Tags:
Abstract:  

Methods

[ Top ]
Method Summary
static boolean   ExpireCache()   Tries to expire an existing cache
static mixed   GetCache()   Tries to get a saved cache
static boolean   SaveCache()   Tries to save a cache

[ Top ]
Methods
static method ExpireCache  [line 100]

  static boolean ExpireCache( string $_cachekey  )

Tries to expire an existing cache

Parameters:
string   $_cachekey: 

API Tags:
Access:  public


[ Top ]
static method GetCache  [line 36]

  static mixed GetCache( string $_cachekey  )

Tries to get a saved cache

Parameters:
string   $_cachekey: 

API Tags:
Access:  public

Information Tags:
Throws:  Krai_Cache_Exception

[ Top ]
static method SaveCache  [line 70]

  static boolean SaveCache( string $_cachekey, mixed $_cachevalue, [integer $_cachetimeout = null]  )

Tries to save a cache

Parameters:
string   $_cachekey:  Key to cache under
mixed   $_cachevalue:  Value to cache
integer   $_cachetimeout:  Number of seconds to keep the cache

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 25 Jul 2008 15:19:05 -0400 by phpDocumentor 1.4.2
Krai Framework site admin credits sitemap valid xhtml?