- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for canCacheDirectoryListing (0.12 sec)
-
src/main/java/jcifs/smb/SmbFileDirectoryLeasingExtension.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 7.1K bytes - Viewed (0) -
docs/smb3-features/04-directory-leasing-design.md
directoryCache.remove(directoryPath); return null; } } return entry; } public boolean canCacheDirectoryListing(String directoryPath) { DirectoryCacheEntry entry = getCacheEntry(directoryPath); if (entry == null) return false;
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 36.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryLeaseManager.java
} /** * Check if directory listing can be cached * * @param directoryPath directory path * @return true if caching is allowed */ public boolean canCacheDirectoryListing(String directoryPath) { DirectoryCacheEntry entry = getCacheEntry(directoryPath); if (entry == null) return false;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 01:47:47 UTC 2025 - 12.3K bytes - Viewed (0)