Interface DirectoryCacheFactory
- All Known Implementing Classes:
DirectoryCacheFactoryImpl,TransactionalDirectoryCacheFactory
public interface DirectoryCacheFactory
Factory for creating DirectoryCache instances.
-
Method Summary
Modifier and TypeMethodDescriptioncreateDirectoryCache(RemoteDirectory remoteDirectory, InternalRemoteDirectory internalDirectory) Creates a new DirectoryCache instance for the given remoteDirectory and internalDirectory.
-
Method Details
-
createDirectoryCache
DirectoryCache createDirectoryCache(RemoteDirectory remoteDirectory, InternalRemoteDirectory internalDirectory) Creates a new DirectoryCache instance for the given remoteDirectory and internalDirectory.- Parameters:
remoteDirectory- remote directory to useinternalDirectory- internal directory to use- Returns:
- new DirectoryCache instance
-