public class

CacheableWrapper

extends Object
implements Serializable
java.lang.Object
   ↳ org.apache.archiva.redback.components.cache.CacheableWrapper<T>

Class Overview

CacheableWrapper

Summary

Public Constructors
CacheableWrapper(T value, long storedTime)
Public Methods
long getStoredTime()
T getValue()
void setStoredTime(long storedTime)
void setValue(T value)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CacheableWrapper (T value, long storedTime)

Public Methods

public long getStoredTime ()

public T getValue ()

public void setStoredTime (long storedTime)

public void setValue (T value)