public interface LinkAccess
Modifier and Type | Method and Description |
---|---|
String |
loadContentLink(String repositoryId,
String documentId)
Gets the content link from the cache if it is there or loads it into the
cache if it is not there.
|
String |
loadLink(String repositoryId,
String objectId,
String rel,
String type)
Gets a link from the cache if it is there or loads it into the cache if
it is not there.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.