|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.ChannelCacheKey
@Deprecated public class ChannelCacheKey
A general channel cache key class. The class includes the key iteslf, as well as key properties.
| Field Summary | |
|---|---|
static int |
INSTANCE_KEY_SCOPE
Deprecated. Specifies that the cache is specific to the instance of the channel that generated it. |
static int |
SYSTEM_KEY_SCOPE
Deprecated. Specifies that the cache is accessable by all instances of that channel class. |
| Constructor Summary | |
|---|---|
ChannelCacheKey()
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getKey()
Deprecated. Returns a key uniqly describing the channel state. |
int |
getKeyScope()
Deprecated. Returns a specification of the scope in which the cache to be used. |
Object |
getKeyValidity()
Deprecated. Returns an object that can be used by the channel to verify cache validity. |
void |
setKey(String key)
Deprecated. |
void |
setKeyScope(int scope)
Deprecated. |
void |
setKeyValidity(Object validity)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int INSTANCE_KEY_SCOPE
public static final int SYSTEM_KEY_SCOPE
| Constructor Detail |
|---|
public ChannelCacheKey()
| Method Detail |
|---|
public void setKey(String key)
public String getKey()
public void setKeyScope(int scope)
public int getKeyScope()
public void setKeyValidity(Object validity)
public Object getKeyValidity()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||