Class FSEmptyRepresentationCacheManager
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.repcache.FSEmptyRepresentationCacheManager
- All Implemented Interfaces:
IFSRepresentationCacheManager
public class FSEmptyRepresentationCacheManager
extends Object
implements IFSRepresentationCacheManager
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
insert
(FSRepresentation representation, boolean rejectDup) void
runReadTransaction
(IFSSqlJetTransaction transaction) void
runWriteTransaction
(IFSSqlJetTransaction transaction)
-
Constructor Details
-
FSEmptyRepresentationCacheManager
public FSEmptyRepresentationCacheManager()
-
-
Method Details
-
close
- Specified by:
close
in interfaceIFSRepresentationCacheManager
- Throws:
SVNException
-
getRepresentationByHash
- Specified by:
getRepresentationByHash
in interfaceIFSRepresentationCacheManager
- Parameters:
hash
-- Returns:
- Throws:
SVNException
-
insert
- Specified by:
insert
in interfaceIFSRepresentationCacheManager
- Parameters:
representation
-rejectDup
-- Throws:
SVNException
-
runWriteTransaction
- Specified by:
runWriteTransaction
in interfaceIFSRepresentationCacheManager
- Parameters:
transaction
-- Throws:
SVNException
-
runReadTransaction
- Specified by:
runReadTransaction
in interfaceIFSRepresentationCacheManager
- Throws:
SVNException
-