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 void
close()
FSRepresentation
getRepresentationByHash(java.lang.String hash)
void
insert(FSRepresentation representation, boolean rejectDup)
void
runReadTransaction(IFSSqlJetTransaction transaction)
void
runWriteTransaction(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
-
-