Class: Doctrine_Cache_Driver
Source Location: /Doctrine/Cache/Driver.phpClass Doctrine_Cache_Driver
Class Overview
Implements interfaces: Doctrine_Cache_Driver Located in /Doctrine/Cache/Driver.php [line 34] Author(s):
Information Tags:
|
[ 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 ]
Method Summary
Doctrine_Cache_Driver | __construct() | constructor |
mixed | getOption() | getOption |
boolean | setOption() | setOption |
[ Top ]
Methods
Constructor __construct [line 46]
|
constructor
Parameters:array | $_options: | an array of options |
$options: |
API Tags:
Access: | public |
Redefined in descendants as:
- Doctrine_Cache_Apc::__construct() : constructor
- Doctrine_Cache_Db::__construct() : constructor
- Doctrine_Cache_Memcache::__construct() : constructor
[ Top ]
getOption [line 71]
|
getOption
Parameters:mixed | $option: | the option name |
API Tags:
Return: | option value |
Access: | public |
[ Top ]