Uses of Class
org.alfresco.repo.cache.TransactionalCache
Packages that use TransactionalCache
Package
Description
The Alfesco filesystem to repository translation layer
-
Uses of TransactionalCache in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return TransactionalCacheModifier and TypeMethodDescriptionTransactionalCache<NodeRef,org.alfresco.filesys.repo.LockKeeperImpl.KeeperInfo> LockKeeperImpl.getLockKeeperTransactionalCache()Methods in org.alfresco.filesys.repo with parameters of type TransactionalCacheModifier and TypeMethodDescriptionvoidLockKeeperImpl.setLockKeeperTransactionalCache(TransactionalCache<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 TransactionalCacheModifier and TypeMethodDescriptionvoidAbstractAclCrudDAOImpl.setAclEntityCache(TransactionalCache<Serializable, Object> aclEntityCache) Set the cache to use for alf_access_control_list lookups (optional).