|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.cache.Scope
public class Scope
Represents a scope type in the cache config
| Constructor Summary | |
|---|---|
init()
Constructor |
|
| Method Summary | |
|---|---|
string |
getKey()
|
string |
getType()
|
private void |
setKey(string Key)
|
void |
setMemento(struct memento)
Sets the state of the object |
private void |
setType(string Type)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public string getKey()
public string getType()
private void setKey(string Key)
Keypublic void setMemento(struct memento)
memento - the state to be setprivate void setType(string Type)
Type
|
Transfer version 1.1 | ||||
| FRAMES | |||||