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 TypeMethodDescriptionvoid
CMISAbstractDictionaryService.setSingletonCache
(SimpleCache<String, CMISDictionaryRegistry> singletonCache) -
Uses of SimpleCache in org.alfresco.repo.cache
Subinterfaces of SimpleCache in org.alfresco.repo.cacheModifier and TypeInterfaceDescriptioninterface
LockingCache<K extends Serializable,
V> Interface for caches that support value lockingClasses in org.alfresco.repo.cache that implement SimpleCacheModifier and TypeClassDescriptionclass
MemoryCache<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 TypeMethodDescriptionvoid
InMemoryTicketComponentImpl.setTicketsCache
(SimpleCache<String, InMemoryTicketComponentImpl.Ticket> ticketsCache) Set the ticket cache to support clusteringvoid
InMemoryTicketComponentImpl.setUsernameToTicketIdCache
(SimpleCache<String, String> usernameToTicketIdCache) Set the usernameToTicketIdCache as secondary map for supporting cache clustering