protected static class CacheServiceImpl.CacheDescriptorRegistry extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<CacheDescriptor>> |
allDescriptors |
protected Map<String,CacheDescriptor> |
effectiveDescriptors |
Modifier | Constructor and Description |
---|---|
protected |
CacheDescriptorRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
addContribution(CacheDescriptor descriptor) |
CacheDescriptor |
getCacheDescriptor(String name) |
Collection<CacheDescriptor> |
getCacheDescriptors() |
CacheDescriptor |
getDefaultDescriptor() |
protected void |
recompute(String name) |
void |
removeContribution(CacheDescriptor descriptor) |
protected Map<String,List<CacheDescriptor>> allDescriptors
protected Map<String,CacheDescriptor> effectiveDescriptors
protected CacheDescriptorRegistry()
public void addContribution(CacheDescriptor descriptor)
public void removeContribution(CacheDescriptor descriptor)
public CacheDescriptor getCacheDescriptor(String name)
public Collection<CacheDescriptor> getCacheDescriptors()
public CacheDescriptor getDefaultDescriptor()
Copyright © 2018 Nuxeo. All rights reserved.