Class FTCache_Container_Volatile

(line 470)

Description

FTCache_Container
   |
   --FTCache_Container_Volatile

Located in File: /FTCache.php

Implements a volatile cache that only exists for this runtime of the program.


Class Variables

Summary:

Class Constants

Summary:

Method Detail

Summary:
string get (int $index)
void set (int $index, string $data)

Method get (line 484)

string get( int $index)

Overrides : FTCache_Container::get() Retrieve the string of stored data at the given cache index

Retrieve the string of stored data at the given cache index

Parameters

  • int $index: Cache index

Info

  • return - Data stored there. False if no data stored there.
  • access - public

Method set (line 501)

void set( int $index, string $data)

Overrides : FTCache_Container::set() Sets the cache entry with the given index to contain the given data

Sets the cache entry with the given index to contain the given data

Parameters

  • int $index: Cache index
  • string $data: Data to store there

Info

  • access - public

Inherited Variables

Inherited Class Variable Summary

Inherited From Class FTCache_Container

FTCache_Container::$_size - Size of the schema

Inherited Methods

Inherited Method Summary

Inherited From Class FTCache_Container

FTCache_Container::__construct() - Sets the size of the cache

FTCache_Container::get() - Retrieve the string of stored data at the given cache index

FTCache_Container::set() - Sets the cache entry with the given index to contain the given data



Documentation generated on Sat, 01 Mar 2008 03:16:45 +0000 by phpDocumentor 1.4.0