- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setCacheScope (9.22 sec)
-
src/test/java/jcifs/internal/smb2/lease/DirectoryLeaseContextTest.java
assertEquals(key2, context.getLeaseKey()); context.setLeaseState(DirectoryLeaseState.DIRECTORY_FULL); assertEquals(DirectoryLeaseState.DIRECTORY_FULL, context.getLeaseState()); context.setCacheScope(DirectoryCacheScope.RECURSIVE_TREE); assertEquals(DirectoryCacheScope.RECURSIVE_TREE, context.getCacheScope()); context.setMaxCacheAge(60000L); assertEquals(60000L, context.getMaxCacheAge());
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 01:47:47 UTC 2025 - 10.1K bytes - Viewed (0)