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 TypeMethodDescriptionvoidclose()getRepresentationByHash(java.lang.String hash) voidinsert(FSRepresentation representation, boolean rejectDup) voidrunReadTransaction(IFSSqlJetTransaction transaction) voidrunWriteTransaction(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:
closein interfaceIFSRepresentationCacheManager- Throws:
SVNException
-
getRepresentationByHash
- Specified by:
getRepresentationByHashin interfaceIFSRepresentationCacheManager- Parameters:
hash-- Returns:
- Throws:
SVNException
-
insert
- Specified by:
insertin interfaceIFSRepresentationCacheManager- Parameters:
representation-rejectDup-- Throws:
SVNException
-
runWriteTransaction
- Specified by:
runWriteTransactionin interfaceIFSRepresentationCacheManager- Parameters:
transaction-- Throws:
SVNException
-
runReadTransaction
- Specified by:
runReadTransactionin interfaceIFSRepresentationCacheManager- Throws:
SVNException
-