public static class IResourceScopeCache.NullImpl extends java.lang.Object implements IResourceScopeCache
IResourceScopeCache.NullImpl| Modifier and Type | Field and Description |
|---|---|
static IResourceScopeCache |
INSTANCE |
| Constructor and Description |
|---|
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.
|
public static final IResourceScopeCache INSTANCE
public <T> T get(java.lang.Object key,
org.eclipse.emf.ecore.resource.Resource res,
com.google.inject.Provider<T> provider)
IResourceScopeCacheget in interface IResourceScopeCachepublic void clear(org.eclipse.emf.ecore.resource.Resource res)
clear in interface IResourceScopeCache