Uses of Class
fr.becpg.repo.helper.impl.AssociationCacheRegion
Packages that use AssociationCacheRegion
-
Uses of AssociationCacheRegion in fr.becpg.repo.helper.impl
Fields in fr.becpg.repo.helper.impl with type parameters of type AssociationCacheRegionModifier and TypeFieldDescriptionprivate org.alfresco.repo.cache.SimpleCache<AssociationCacheRegion,Set<org.alfresco.service.cmr.repository.NodeRef>> AssociationServiceImplV2.assocsCacheprivate org.alfresco.repo.cache.SimpleCache<AssociationCacheRegion,ChildAssocCacheEntry> AssociationServiceImplV2.childsAssocsCacheMethods in fr.becpg.repo.helper.impl with parameters of type AssociationCacheRegionModifier and TypeMethodDescription<T> TAssociationServiceImplV2.getFromCache(org.alfresco.repo.cache.SimpleCache<AssociationCacheRegion, T> cache, AssociationCacheRegion cacheKey, Supplier<T> callback) getFromCache.Method parameters in fr.becpg.repo.helper.impl with type arguments of type AssociationCacheRegionModifier and TypeMethodDescription<T> TAssociationServiceImplV2.getFromCache(org.alfresco.repo.cache.SimpleCache<AssociationCacheRegion, T> cache, AssociationCacheRegion cacheKey, Supplier<T> callback) getFromCache.voidAssociationServiceImplV2.setAssocsCache(org.alfresco.repo.cache.SimpleCache<AssociationCacheRegion, Set<org.alfresco.service.cmr.repository.NodeRef>> assocsCache) Setter for the fieldassocsCache.voidAssociationServiceImplV2.setChildsAssocsCache(org.alfresco.repo.cache.SimpleCache<AssociationCacheRegion, ChildAssocCacheEntry> childsAssocsCache) Setter for the fieldchildsAssocsCache.