- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for replaceCache (0.15 sec)
-
src/main/java/jcifs/internal/dfs/DfsReferralDataInternal.java
/** * @param map */ void setCacheMap ( Map<String, DfsReferralDataInternal> map ); /** * Replaces the entry with key in the cache map with this referral */ void replaceCache (); /** * Not exactly sure what that is all about, certainly legacy stuff * * @return resolveHashes */ boolean isResolveHashes (); /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/dfs/DfsReferralDataImpl.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Nov 13 15:13:49 UTC 2021 - 11K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeConnection.java
if ( dr != null ) { ct.setTreeReferral(dr); if ( dr != start ) { dr.unwrap(DfsReferralDataInternal.class).replaceCache(); } } switchTree(ct); return new SmbTreeHandleImpl(loc, this); } }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:50:16 UTC 2020 - 31K bytes - Viewed (0)