Transfer version 1.1

transfer.com.cache
Class Scope

WEB-INF.cftags.component
        extended by transfer.com.cache.Scope

public class Scope
extends WEB-INF.cftags.component

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

init

public init()
Constructor

Method Detail

getKey

public string getKey()


getType

public string getType()


setKey

private void setKey(string Key)

Parameters:
Key

setMemento

public void setMemento(struct memento)
Sets the state of the object

Parameters:
memento - the state to be set

setType

private void setType(string Type)

Parameters:
Type

Transfer version 1.1