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
SVNException
void runWriteTransaction(IFSSqlJetTransaction transaction) throws SVNException
SVNException
void runReadTransaction(IFSSqlJetTransaction transaction) throws SVNException
SVNException
FSRepresentation getRepresentationByHash(java.lang.String hash) throws SVNException
SVNException
void close() throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.