|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceDataCache
Creation-Date: 06.04.2006, 09:30:28
Method Summary | |
---|---|
void |
clear()
Remove all cached entries. |
ResourceDataCacheEntry |
get(ResourceKey key)
Retrieves the given data from the cache. |
ResourceData |
put(ResourceManager caller,
ResourceData data)
Stores the given data on the cache. |
void |
remove(ResourceData data)
|
void |
shutdown()
|
Method Detail |
---|
ResourceDataCacheEntry get(ResourceKey key)
key
- the resource key for the data.ResourceData put(ResourceManager caller, ResourceData data) throws ResourceLoadingException
data
- the data to be stored in the cache
ResourceLoadingException
void remove(ResourceData data)
void clear()
void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |