Uses of Interface
org.alfresco.repo.cache.SimpleCache
Packages that use SimpleCache
Package
Description
-
Uses of SimpleCache in org.alfresco.opencmis.dictionary
Methods in org.alfresco.opencmis.dictionary with parameters of type SimpleCacheModifier and TypeMethodDescriptionvoidCMISAbstractDictionaryService.setSingletonCache(SimpleCache<String, CMISDictionaryRegistry> singletonCache) -
Uses of SimpleCache in org.alfresco.repo.cache
Subinterfaces of SimpleCache in org.alfresco.repo.cacheModifier and TypeInterfaceDescriptioninterfaceLockingCache<K extends Serializable,V> Interface for caches that support value lockingClasses in org.alfresco.repo.cache that implement SimpleCacheModifier and TypeClassDescriptionclassMemoryCache<K extends Serializable,V> A cache backed by a simpleConcurrentHashMap. -
Uses of SimpleCache in org.alfresco.repo.security.authentication
Methods in org.alfresco.repo.security.authentication with parameters of type SimpleCacheModifier and TypeMethodDescriptionvoidInMemoryTicketComponentImpl.setTicketsCache(SimpleCache<String, InMemoryTicketComponentImpl.Ticket> ticketsCache) Set the ticket cache to support clusteringvoidInMemoryTicketComponentImpl.setUsernameToTicketIdCache(SimpleCache<String, String> usernameToTicketIdCache) Set the usernameToTicketIdCache as secondary map for supporting cache clustering