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

Class: ForwardFW_Config_Cache_Data

Source Location: /Config/Cache/Data.php

Class Overview

ForwardFW_Config
   |
   --ForwardFW_Config_Cache_Data

Config for a Cache.


Author(s):

Variables

Methods


Child classes:


Class Details

[line 45]
Config for a Cache.



Tags:



[ Top ]


Class Variables

$bReserveOld =  false

[line 55]



Tags:

var:  Should old data be returned if an error occours on fetching data.
access:  protected

Type:   boolean


[ Top ]

$nTimeout =  0

[line 50]



Tags:

var:  Timeout of the cache in seconds.
access:  protected

Type:   integer


[ Top ]



Class Methods


method getReserveOld [line 98]

boolean getReserveOld( )

Gets the flag for old data handling.



Tags:

return:  State of the flag.
access:  public


[ Top ]

method getTimeout [line 88]

integer getTimeout( )

Gets the timeout



Tags:

return:  The timeout in seconds.
access:  public


[ Top ]

method setReserveOld [line 77]

ForwardFW_Config setReserveOld( boolean $bReserveOld)

Sets the flag if Old data should be used on error while fetching data.



Tags:

access:  public


Parameters:

boolean   $bReserveOld   If old data should be reserved.

[ Top ]

method setTimeout [line 64]

ForwardFW_Config_CacheData setTimeout( integer $nTimeout)

Sets the timeout



Tags:

access:  public


Parameters:

integer   $nTimeout   Timeout in seconds.

[ Top ]


Documentation generated on Sun, 30 Jan 2011 20:46:39 +0100 by phpDocumentor 1.4.3