|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SourceCache
Source cache component.
Field Summary | |
---|---|
static java.lang.String |
ROLE
Avalon role of the SourceCache interface. |
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.String sourceUri,
InputStreamBuilder builder)
Returns a cached object or builds a new object when the cached object does not exist or is not up to date. |
Field Detail |
---|
static final java.lang.String ROLE
Method Detail |
---|
java.lang.Object get(java.lang.String sourceUri, InputStreamBuilder builder) throws CachingException
sourceUri
- The URI to build the source from.builder
- The builder to create a new object if needed.
CachingException
- when something went wrong.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |