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