|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.cache.CacheManager.CacheAvailable
A simple class to store CacheAvailable
state for a
cache
.
Constructor Summary | |
---|---|
CacheManager.CacheAvailable(int[] types,
DataCache cache)
Constructs a new CacheAvailable . |
Method Summary | |
---|---|
DataCache |
getCache()
getCache returns a reference to the
cache . |
int[] |
getTypes()
getTypes return the types of
cacheables
that the cache is exporting. |
String |
toString()
Returns a human-readable representation of this RequestState . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CacheManager.CacheAvailable(int[] types, DataCache cache)
CacheAvailable
.
Method Detail |
public int[] getTypes()
getTypes
return the types of
cacheables
that the cache
is exporting.
cache
public DataCache getCache()
getCache
returns a reference to the
cache
.
cache
.public String toString()
RequestState
.
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |