Uses of Interface
org.tmatesoft.svn.core.internal.io.fs.IFSRepresentationCacheManager
-
Packages that use IFSRepresentationCacheManager Package Description org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.fs.repcache -
-
Uses of IFSRepresentationCacheManager in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as IFSRepresentationCacheManager Modifier and Type Field Description private IFSRepresentationCacheManager
FSFS. myReposCacheManager
Methods in org.tmatesoft.svn.core.internal.io.fs that return IFSRepresentationCacheManager Modifier and Type Method Description IFSRepresentationCacheManager
FSFS. getRepositoryCacheManager()
static IFSRepresentationCacheManager
FSRepresentationCacheUtil. open(FSFS fsfs)
-
Uses of IFSRepresentationCacheManager in org.tmatesoft.svn.core.internal.io.fs.repcache
Classes in org.tmatesoft.svn.core.internal.io.fs.repcache that implement IFSRepresentationCacheManager Modifier and Type Class Description class
FSEmptyRepresentationCacheManager
class
FSRepresentationCacheManager
Methods in org.tmatesoft.svn.core.internal.io.fs.repcache that return IFSRepresentationCacheManager Modifier and Type Method Description IFSRepresentationCacheManager
FSEmptyRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs)
static IFSRepresentationCacheManager
FSRepresentationCacheManager. openRepresentationCache(FSFS fsfs)
IFSRepresentationCacheManager
FSRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs)
IFSRepresentationCacheManager
IFSRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs)
-