Class TApplicationStatePersister
TApplicationStatePersister class. TApplicationStatePersister provides a file-based persistent storage for application state. Application state, when serialized, is stored in a file named 'global.cache' under the 'runtime' directory of the application. Cache will be exploited if it is enabled.
- TComponent
-
TApplicationComponent
-
TModule implements IModule
-
TApplicationStatePersister implements IStatePersister
Package: System
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at TApplication.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at TApplication.php
public
|
|
protected
string
|
|
public
mixed
|
|
public
|
getID(),
setID()
|
getApplication(),
getRequest(),
getResponse(),
getService(),
getSession(),
getUser(),
publishAsset(),
publishFilePath()
|
string |
CACHE_NAME |
'prado:appstate' |
#
Name of the value stored in cache |
GLOBAL_RAISE_EVENT_LISTENER
|