Class TSqlMapFifoCache

Description

First-in-First-out cache implementation, removes object that was first added when the cache is full.

Located in /Data/SqlMap/DataMapper/TSqlMapCache.php (line 95)

TSqlMapCache
   |
   --TSqlMapFifoCache
Method Summary
mixed get (mixed $key)
void set (string $key, mixed $value, mixed $expire, [mixed $dependency = null])
Variables
Methods
get (line 100)
  • return: Gets a cached object with the specified key.
  • access: public
mixed get (mixed $key)
set (line 111)

Stores a value identified by a key into cache.

The expire and dependency parameters are ignored.

  • access: public
void set (string $key, mixed $value, mixed $expire, [mixed $dependency = null])
  • string $key: cache key
  • mixed $value: value to cache.

Inherited Methods

Inherited From TSqlMapCache

TSqlMapCache::__construct()
TSqlMapCache::add()
TSqlMapCache::delete()
TSqlMapCache::flush()
TSqlMapCache::getCacheSize()
TSqlMapCache::setCacheSize()

Documentation generated on Mon, 21 Apr 2008 11:36:16 -0400 by phpDocumentor 1.3.0RC4