Uses of Class
org.alfresco.repo.cache.TransactionalCache
-
Packages that use TransactionalCache Package Description org.alfresco.filesys.repo The Alfesco filesystem to repository translation layerorg.alfresco.repo.domain.permissions -
-
Uses of TransactionalCache in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return TransactionalCache Modifier and Type Method Description TransactionalCache<org.alfresco.service.cmr.repository.NodeRef,org.alfresco.filesys.repo.LockKeeperImpl.KeeperInfo>LockKeeperImpl. getLockKeeperTransactionalCache()Methods in org.alfresco.filesys.repo with parameters of type TransactionalCache Modifier and Type Method Description voidLockKeeperImpl. setLockKeeperTransactionalCache(TransactionalCache<org.alfresco.service.cmr.repository.NodeRef,org.alfresco.filesys.repo.LockKeeperImpl.KeeperInfo> lockKeeperTransactionalCache) -
Uses of TransactionalCache in org.alfresco.repo.domain.permissions
Methods in org.alfresco.repo.domain.permissions with parameters of type TransactionalCache Modifier and Type Method Description voidAbstractAclCrudDAOImpl. setAclEntityCache(TransactionalCache<java.io.Serializable,java.lang.Object> aclEntityCache)Set the cache to use for alf_access_control_list lookups (optional).
-