public class CacheEntry<T>
extends java.lang.Object
| Constructor and Description |
|---|
CacheEntry(CacheKey<T> cacheKey,
T value,
CacheConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
CacheKey<T> |
getCacheKey() |
CacheConnection |
getConnection() |
T |
getValue() |
public CacheEntry(CacheKey<T> cacheKey, T value, CacheConnection connection)
public T getValue()
public CacheConnection getConnection()
Copyright © 2025. All rights reserved.