Class FSEmptyRepresentationCacheManager
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.repcache.FSEmptyRepresentationCacheManager
- All Implemented Interfaces:
IFSRepresentationCacheManager
public class FSEmptyRepresentationCacheManager
extends java.lang.Object
implements IFSRepresentationCacheManager
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getRepresentationByHash
(java.lang.String hash) void
insert
(FSRepresentation representation, boolean rejectDup) void
runReadTransaction
(IFSSqlJetTransaction transaction) void
runWriteTransaction
(IFSSqlJetTransaction transaction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-