Interface FTCache_Cacheable

(line 179)

Description


Located in File: /FTCache.php

Interface for any object that is cacheable by this caching scheme.


Class Variables

Summary:

Class Constants

Summary:

Method Detail

Summary:
boolean deserialize (string $data)
int getIndex ()
string serialize ()

Method deserialize (line 200)

boolean deserialize( string $data)

Convert the current object to be a the object pulled from cache.

Parameters

  • string $data: Serialization of object

Info

  • return - True on success, false on error.
  • access - public

Method getIndex (line 185)

int getIndex( )

Get a unique identifier for this particular object.

Info

  • return - Identifier
  • access - public

Method serialize (line 192)

string serialize( )

Convert the object to a string of data that represents its entire state.

Info

  • return - Serialization of object
  • access - public

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


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