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(String cacheType, String dataKey, String dataTypeName)
           
 
方法摘要
 String getCacheType()
           
 String getDataKey()
           
 String getDataTypeName()
           
 String getKey()
           
 void setCacheType(String cacheType)
           
 void setDataKey(String dataKey)
           
 void setDataTypeName(String dataTypeName)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.