Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCacheEntry (0.54 sec)

  1. src/main/java/jcifs/smb/SmbFileDirectoryLeasingExtension.java

                    // Check parent directory cache first
                    String parentPath = smbFile.getParent();
                    if (parentPath != null) {
                        var parentCache = dirManager.getCacheEntry(parentPath);
                        if (parentCache != null && parentCache.isComplete()) {
                            boolean exists = parentCache.hasChild(smbFile.getName());
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 02:21:31 UTC 2025
    - 7.1K bytes
    - Viewed (0)
Back to top