|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadOnlyCache
A simple Read Only cache for Property, Source and any kind of
other objects.
| Method Summary | |
|---|---|
Object |
getObject(Object key)
Any other non-persistence layer object that can be cached. |
Property |
getProperty(String key)
Retrieves the property designated by the given key. |
Source |
getSource(String name,
String version)
Retrieves the source designated by the given name and version. |
| Method Detail |
|---|
Property getProperty(String key)
key - the key to look for.
Source getSource(String name,
String version)
name - the name of the source tool.version - the version of the too.
Object getObject(Object key)
key - the key for the cache.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||