Class: Doctrine_Cache_Driver

Source Location: /Doctrine/Cache/Driver.php

Class Doctrine_Cache_Driver

Class Overview

Implements interfaces:

Doctrine_Cache_Driver

Located in /Doctrine/Cache/Driver.php [line 34]



		
				Author(s):
		
		
		API Tags:
Abstract:  

Information Tags:
Version:  $Revision: 1401 $
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Properties

Methods

[ Top ]
Direct descendents
Child Class Description
Doctrine_Cache_Apc Doctrine_Cache_Apc
Doctrine_Cache_Db Doctrine_Cache_Db
Doctrine_Cache_Memcache Doctrine_Cache_Memcache

[ Top ]
Property Summary
array   $_options  

[ Top ]
Method Summary
Doctrine_Cache_Driver   __construct()   constructor
mixed   getOption()   getOption
boolean   setOption()   setOption

[ Top ]
Properties
array   $_options = array() [line 39]
API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 46]

  Doctrine_Cache_Driver __construct( $options, array $_options  )

constructor

Parameters:
array   $_options:  an array of options
   $options: 

API Tags:
Access:  public


Redefined in descendants as:

[ Top ]
getOption  [line 71]

  mixed getOption( mixed $option  )

getOption

Parameters:
mixed   $option:  the option name

API Tags:
Return:  option value
Access:  public


[ Top ]
setOption  [line 57]

  boolean setOption( mixed $option, mixed $value  )

setOption

Parameters:
mixed   $option:  the option name
mixed   $value:  option value

API Tags:
Return:  TRUE on success, FALSE on failure
Access:  public


[ Top ]