Class wincache

Description

Located in /sources/caches_wincache.php (line 23)


	
			
Method Summary
void delete (mixed $key)
void flush ()
?mixed get (mixed $key, [?TIME $min_cache_date = NULL])
void set (mixed $key, mixed $data, integer $flags, integer $expire_secs)
Methods
delete (line 69)

(Plug-in replacement for memcache API) Delete data from the persistant cache.

void delete (mixed $key)
  • mixed $key: Key name
flush (line 83)

(Plug-in replacement for memcache API) Remove all data from the persistant cache.

void flush ()
get (line 32)

(Plug-in replacement for memcache API) Get data from the persistant cache.

  • return: The data (NULL: not found / NULL entry)
?mixed get (mixed $key, [?TIME $min_cache_date = NULL])
  • mixed $key: Key
  • ?TIME $min_cache_date: Minimum timestamp that entries from the cache may hold (NULL: don't care)
set (line 49)

(Plug-in replacement for memcache API) Put data into the persistant cache.

void set (mixed $key, mixed $data, integer $flags, integer $expire_secs)
  • mixed $key: Key
  • mixed $data: The data
  • integer $flags: Various flags (parameter not used)
  • integer $expire_secs: The expiration time in seconds.

Documentation generated on Sun, 02 Jan 2011 23:09:40 +0000 by phpDocumentor 1.4.3