public interface IResourceScopeCache
Modifier and Type | Interface and Description |
---|---|
static class |
IResourceScopeCache.NullImpl |
Modifier and Type | Method and Description |
---|---|
void |
clear(org.eclipse.emf.ecore.resource.Resource res) |
<T> T |
get(java.lang.Object key,
org.eclipse.emf.ecore.resource.Resource res,
com.google.inject.Provider<T> provider)
A cache associates values to the given resource under the given key.
|
<T> T get(java.lang.Object key, org.eclipse.emf.ecore.resource.Resource res, com.google.inject.Provider<T> provider)
void clear(org.eclipse.emf.ecore.resource.Resource res)