|
ColdBox Platform Version 3.1.0 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.web.flash.AbstractFlashScope
coldbox.system.web.flash.ColdboxCacheFlash
public class ColdboxCacheFlash
A ColdBox cache flash scope
| Constructor Summary | |
|---|---|
init(Controller controller)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
flashExists()
Checks if the flash storage exists and IT HAS DATA to inflate |
struct |
getFlash()
Get the flash storage structure to inflate it |
string |
getFlashKey()
Get the flash key storage used in cluster scope |
void |
removeFlash()
Remove the entire flash storage |
void |
saveFlash()
Save the flash storage in preparing to go to the next request |
| Methods inherited from class coldbox.system.web.flash.AbstractFlashScope |
|---|
clear, clearFlash, discard, exists, get, getController, getKeys, getScope, getUtil, inflateFlash, isEmpty, keep, persistRC, put, putAll, remove, size, statusMarks
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(Controller controller)
controller - The ColdBox Controller| Method Detail |
|---|
public boolean flashExists()
flashExists
in class
AbstractFlashScope
public struct getFlash()
getFlash
in class
AbstractFlashScope
public string getFlashKey()
public void removeFlash()
removeFlash
in class
AbstractFlashScope
public void saveFlash()
saveFlash
in class
AbstractFlashScope
|
ColdBox Platform Version 3.1.0 | ||||
| FRAMES | |||||