Uses of Interface
org.alfresco.repo.cache.SimpleCache
-
Packages that use SimpleCache Package Description org.alfresco.opencmis.dictionary org.alfresco.repo.cache org.alfresco.repo.security.authentication -
-
Uses of SimpleCache in org.alfresco.opencmis.dictionary
Methods in org.alfresco.opencmis.dictionary with parameters of type SimpleCache Modifier and Type Method Description voidCMISAbstractDictionaryService. setSingletonCache(SimpleCache<String,CMISDictionaryRegistry> singletonCache) -
Uses of SimpleCache in org.alfresco.repo.cache
Subinterfaces of SimpleCache in org.alfresco.repo.cache Modifier and Type Interface Description interfaceLockingCache<K extends Serializable,V>Interface for caches that support value lockingClasses in org.alfresco.repo.cache that implement SimpleCache Modifier and Type Class Description classMemoryCache<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 SimpleCache Modifier and Type Method Description voidInMemoryTicketComponentImpl. 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
-