Interface IFSRepresentationCacheManager
- All Known Implementing Classes:
FSEmptyRepresentationCacheManager,FSRepresentationCacheManager
public interface IFSRepresentationCacheManager
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getRepresentationByHash(java.lang.String hash) voidinsert(FSRepresentation representation, boolean rejectDup) voidrunReadTransaction(IFSSqlJetTransaction transaction) voidrunWriteTransaction(IFSSqlJetTransaction transaction)
-
Method Details
-
insert
- Throws:
SVNException
-
runWriteTransaction
- Throws:
SVNException
-
runReadTransaction
- Throws:
SVNException
-
getRepresentationByHash
- Throws:
SVNException
-
close
- Throws:
SVNException
-