Interface IFSRepresentationCacheManager
-
- All Known Implementing Classes:
FSEmptyRepresentationCacheManager,FSRepresentationCacheManager
public interface IFSRepresentationCacheManager- Version:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()FSRepresentationgetRepresentationByHash(java.lang.String hash)voidinsert(FSRepresentation representation, boolean rejectDup)voidrunReadTransaction(IFSSqlJetTransaction transaction)voidrunWriteTransaction(IFSSqlJetTransaction transaction)
-
-
-
Method Detail
-
insert
void insert(FSRepresentation representation, boolean rejectDup) throws SVNException
- Throws:
SVNException
-
runWriteTransaction
void runWriteTransaction(IFSSqlJetTransaction transaction) throws SVNException
- Throws:
SVNException
-
runReadTransaction
void runReadTransaction(IFSSqlJetTransaction transaction) throws SVNException
- Throws:
SVNException
-
getRepresentationByHash
FSRepresentation getRepresentationByHash(java.lang.String hash) throws SVNException
- Throws:
SVNException
-
close
void close() throws SVNException- Throws:
SVNException
-
-