クラス CacheEntry
java.lang.Object
org.iplass.mtp.impl.cache.store.CacheEntry
- すべての実装されたインタフェース:
Serializable
- 直系の既知のサブクラス:
TransactionLocalCacheStoreFactory.RemovedCacheEntry
- 関連項目:
-
コンストラクタの概要
コンストラクタコンストラクタ説明CacheEntry(Object key, Object value, long version, long creationTime, Object... indexValues) CacheEntry(Object key, Object value, long version, Object... indexValues) CacheEntry(Object key, Object value, Object... indexValues) -
メソッドの概要
修飾子とタイプメソッド説明booleanlonglonggetIndexValue(int indexKey) Object[]getKey()getValue()longinthashCode()voidsetTimeToLive(Long timeToLive) toString()
-
コンストラクタの詳細
-
CacheEntry
-
CacheEntry
-
CacheEntry
-
-
メソッドの詳細
-
getCreationTime
public long getCreationTime() -
getVersion
public long getVersion() -
getKey
-
getValue
-
getIndexValue
-
getIndexValues
-
getExpirationTime
public long getExpirationTime() -
getTimeToLive
-
setTimeToLive
-
hashCode
public int hashCode() -
equals
-
toString
-