public interface IFSRepresentationCacheManager
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
FSRepresentation |
getRepresentationByHash(java.lang.String hash) |
void |
insert(FSRepresentation representation,
boolean rejectDup) |
void |
runReadTransaction(IFSSqlJetTransaction transaction) |
void |
runWriteTransaction(IFSSqlJetTransaction transaction) |
void insert(FSRepresentation representation, boolean rejectDup) throws SVNException
SVNExceptionvoid runWriteTransaction(IFSSqlJetTransaction transaction) throws SVNException
SVNExceptionvoid runReadTransaction(IFSSqlJetTransaction transaction) throws SVNException
SVNExceptionFSRepresentation getRepresentationByHash(java.lang.String hash) throws SVNException
SVNExceptionvoid close()
throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.