Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setCacheScope (0.05 seconds)

  1. 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());
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 01:47:47 GMT 2025
    - 10.1K bytes
    - Click Count (0)
Back to Top