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 void
CMISAbstractDictionaryService. setSingletonCache(SimpleCache<java.lang.String,CMISDictionaryRegistry> singletonCache)
-
Uses of SimpleCache in org.alfresco.repo.cache
Subinterfaces of SimpleCache in org.alfresco.repo.cache Modifier and Type Interface Description interface
LockingCache<K extends java.io.Serializable,V>
Interface for caches that support value lockingClasses in org.alfresco.repo.cache that implement SimpleCache Modifier and Type Class Description class
MemoryCache<K extends java.io.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 void
InMemoryTicketComponentImpl. setTicketsCache(SimpleCache<java.lang.String,InMemoryTicketComponentImpl.Ticket> ticketsCache)
Set the ticket cache to support clusteringvoid
InMemoryTicketComponentImpl. setUsernameKey(SimpleCache<java.lang.String,java.lang.String> usernameKey)
Set the usernameKey cache as secondary map for supporting cache clustering
-