Uses of Interface
org.neo4j.driver.internal.homedb.HomeDatabaseCache
Packages that use HomeDatabaseCache
-
Uses of HomeDatabaseCache in org.neo4j.driver.internal.async
Constructors in org.neo4j.driver.internal.async with parameters of type HomeDatabaseCacheModifierConstructorDescriptionLeakLoggingNetworkSession
(BoltSecurityPlanManager securityPlanManager, DriverBoltConnectionProvider connectionProvider, RetryLogic retryLogic, DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig driverNotificationConfig, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache) NetworkSession
(BoltSecurityPlanManager securityPlanManager, DriverBoltConnectionProvider boltConnectionProvider, RetryLogic retryLogic, DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig driverNotificationConfig, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache) -
Uses of HomeDatabaseCache in org.neo4j.driver.internal.homedb
Methods in org.neo4j.driver.internal.homedb that return HomeDatabaseCacheModifier and TypeMethodDescriptionstatic HomeDatabaseCache
HomeDatabaseCache.newInstance
(boolean routed)