public abstract class

AbstractCache

extends Object
implements Cache<V, T>
java.lang.Object
   ↳ org.apache.archiva.redback.components.cache.AbstractCache<V, T>
Known Direct Subclasses

Summary

Public Constructors
AbstractCache()
Public Methods
int getMaxElementsInMemory()
int getMaxElementsOnDisk()
int getTimeToIdleSeconds()
int getTimeToLiveSeconds()
void setMaxElementsInMemory(int maxElementsInMemory)
void setMaxElementsOnDisk(int maxElementsOnDisk)
void setTimeToIdleSeconds(int timeToIdleSeconds)
void setTimeToLiveSeconds(int timeToLiveSeconds)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.archiva.redback.components.cache.Cache

Public Constructors

public AbstractCache ()

Public Methods

public int getMaxElementsInMemory ()

public int getMaxElementsOnDisk ()

public int getTimeToIdleSeconds ()

public int getTimeToLiveSeconds ()

public void setMaxElementsInMemory (int maxElementsInMemory)

public void setMaxElementsOnDisk (int maxElementsOnDisk)

public void setTimeToIdleSeconds (int timeToIdleSeconds)

public void setTimeToLiveSeconds (int timeToLiveSeconds)