Interface IFSRepresentationCacheManager
- All Known Implementing Classes:
FSEmptyRepresentationCacheManager
,FSRepresentationCacheManager
public interface IFSRepresentationCacheManager
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
insert
(FSRepresentation representation, boolean rejectDup) void
runReadTransaction
(IFSSqlJetTransaction transaction) void
runWriteTransaction
(IFSSqlJetTransaction transaction)
-
Method Details
-
insert
- Throws:
SVNException
-
runWriteTransaction
- Throws:
SVNException
-
runReadTransaction
- Throws:
SVNException
-
getRepresentationByHash
- Throws:
SVNException
-
close
- Throws:
SVNException
-