- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for getDirectoryCacheScope (0.37 sec)
-
docs/smb3-features/04-directory-leasing-design.md
} directoryLeaseManager = tree.getSession().getDirectoryLeaseManager(); if (directoryLeaseManager != null) { DirectoryCacheScope scope = context.getConfig().getDirectoryCacheScope(); int requestedState = DirectoryLeaseState.DIRECTORY_READ_HANDLE; directoryLeaseKey = directoryLeaseManager.requestDirectoryLease( getPath(), requestedState, scope);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 36.2K bytes - Viewed (0) -
src/main/java/jcifs/config/DelegatingConfiguration.java
} @Override public boolean isUseDirectoryLeasing() { return this.delegate.isUseDirectoryLeasing(); } @Override public String getDirectoryCacheScope() { return this.delegate.getDirectoryCacheScope(); } @Override public long getDirectoryCacheTimeout() { return this.delegate.getDirectoryCacheTimeout(); } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24.1K bytes - Viewed (0) -
src/main/java/jcifs/config/BaseConfiguration.java
} } @Override public boolean isUseDirectoryLeasing() { return this.useDirectoryLeasing; } @Override public String getDirectoryCacheScope() { return this.directoryCacheScope; } @Override public long getDirectoryCacheTimeout() { return this.directoryCacheTimeout; } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 36.5K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
* * @return directory cache scope (IMMEDIATE_CHILDREN, RECURSIVE_TREE, METADATA_ONLY, FULL_ENUMERATION) */ String getDirectoryCacheScope(); /** * Property {@code jcifs.smb.client.directoryCacheTimeout} (long, default 30000) * * @return directory cache timeout in milliseconds */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 25.4K bytes - Viewed (0)