org.stringtree.util
Interface Cached

All Superinterfaces:
Proxy
All Known Implementing Classes:
AbstractCache

public interface Cached
extends Proxy


Field Summary
static int EMPTY
           
static int ERROR
           
static int FULL
           
static int LOADING
           
 
Method Summary
 void ensure()
           
 int getCachedStatus()
           
 java.util.Date getTimestamp()
           
 void load()
           
 void reload()
           
 void unload()
           
 
Methods inherited from interface org.stringtree.util.Proxy
getValue
 

Field Detail

FULL

static final int FULL
See Also:
Constant Field Values

EMPTY

static final int EMPTY
See Also:
Constant Field Values

LOADING

static final int LOADING
See Also:
Constant Field Values

ERROR

static final int ERROR
See Also:
Constant Field Values
Method Detail

getCachedStatus

int getCachedStatus()

getTimestamp

java.util.Date getTimestamp()

load

void load()

unload

void unload()

ensure

void ensure()

reload

void reload()