| Package | Description |
|---|---|
| org.alfresco.opencmis.dictionary | |
| org.alfresco.repo.cache | |
| org.alfresco.repo.dictionary | |
| org.alfresco.repo.security.authentication |
| Modifier and Type | Method and Description |
|---|---|
void |
CMISAbstractDictionaryService.setSingletonCache(SimpleCache<String,CMISAbstractDictionaryService.DictionaryRegistry> singletonCache) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LockingCache<K extends Serializable,V>
Interface for caches that support value locking
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryCache<K extends Serializable,V>
A cache backed by a simple
ConcurrentHashMap. |
| Modifier and Type | Method and Description |
|---|---|
void |
DictionaryDAOImpl.setDictionaryRegistryCache(SimpleCache<String,DictionaryDAOImpl.DictionaryRegistry> dictionaryRegistryCache) |
void |
NamespaceDAOImpl.setNamespaceRegistryCache(SimpleCache<String,NamespaceDAOImpl.NamespaceRegistry> namespaceRegistryCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryTicketComponentImpl.setTicketsCache(SimpleCache<String,InMemoryTicketComponentImpl.Ticket> ticketsCache)
Set the ticket cache to support clustering
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.