PhpMyObject
[ class tree: PhpMyObject ] [ index: PhpMyObject ] [ all elements ]

Class: PMO_MemCache

Source Location: /fichiers/v0.15/PMO_core/PMO_MemCache.php

Interface Overview


This interface defines the methods a class must implement to provide a working MemCache class.


Author(s):

Methods



Class Details

[line 45]
This interface defines the methods a class must implement to provide a working MemCache class.



Tags:

see:  PMO_MyMemCache


[ Top ]


Class Methods


method close [line 58]

void close( )

closes the connection to the memcache server



Tags:

access:  public


[ Top ]

method connect [line 53]

void connect( )

connects to the memcache server

connect() uses the configuration information from your_config.php




Tags:

access:  public


[ Top ]

method delete [line 80]

void delete( PMO_Object $object)

deletes an existing PMO_Object from the memcache server



Tags:

access:  public


Parameters:

PMO_Object   $object  

[ Top ]

method flush [line 82]

void flush( )



Tags:

access:  public


[ Top ]

method get [line 65]

PMO_Object get( PMO_Object $object)

retrieve a PMO_Object into the memcache



Tags:

access:  public


Parameters:

PMO_Object   $object  

[ Top ]

method replace [line 70]

void replace( PMO_Object $object)

replaces an existing object in the memcache



Tags:

access:  public


Parameters:

PMO_Object   $object  

[ Top ]

method set [line 75]

void set( $key, PMO_Object $object)

inserts a new PMO_Object into the memcache



Tags:

access:  public


Parameters:

   $key  
PMO_Object   $object  

[ Top ]


Documentation generated on Wed, 15 Oct 2008 09:16:39 -0400 by phpDocumentor 1.4.1