com.jdon.controller.cache
类 CacheKey
java.lang.Object
com.jdon.controller.cache.CacheKey
- 所有已实现的接口:
- StringKey
public class CacheKey
- extends Object
- implements StringKey
Instances of the ObjectKey class identify the object that will be fetched
from the cache.
- 版本:
- 1.0
- 作者:
- banq
CacheKey
public CacheKey(String cacheType,
String dataKey,
String dataTypeName)
getCacheType
public String getCacheType()
getDataKey
public String getDataKey()
getDataTypeName
public String getDataTypeName()
setCacheType
public void setCacheType(String cacheType)
setDataKey
public void setDataKey(String dataKey)
setDataTypeName
public void setDataTypeName(String dataTypeName)
getKey
public String getKey()
- 指定者:
- 接口
StringKey 中的 getKey
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2013. All Rights Reserved.