Package com.atlassian.confluence.impl.content.render.prefetch
@ParametersAreNonnullByDefault
package com.atlassian.confluence.impl.content.render.prefetch
-
ClassDescriptionResponsible for pre-fetching attachments and storing them in the conversion context for later retrieval by the rendering pipeline.A utility for pre-fetching and caching any resource identifier found in a piece of content.Provides a mechanism to prefetch imagde details entities.A specialist DAO interface for bulk-fetching
PersonalInformation
entities.ResourcePrefetcher<T extends ResourceIdentifier>An implementation ofResourcePrefetcher
forUserResourceIdentifier
s.Rather than use something likeInternalUserDao.findByNames(long, Collection)
to perform bulk load and pre-caching we define a more narrow interface that returns only the user count, rather than the user collection.