- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for hasWriteCaching (0.09 seconds)
-
src/main/java/jcifs/internal/smb2/lease/LeaseManager.java
int oldState = entry.getLeaseState(); entry.updateState(newState); // Flush any cached data if losing write cache if (Smb2LeaseState.hasWriteCaching(oldState) && !Smb2LeaseState.hasWriteCaching(newState)) { flushCachedWrites(entry.getPath()); } // Invalidate cached data if losing read cache
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 18.8K bytes - Click Count (0)