Class TSqlMapLruCache

Description

Least recently used cache implementation, removes object that was accessed last when the cache is full.

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

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

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: the key identifying the value to be cached
  • mixed $value: the value to be cached

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