Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MaxCacheAge (0.42 sec)

  1. src/main/java/jcifs/internal/smb2/lease/DirectoryLeaseContext.java

         */
        public long getMaxCacheAge() {
            return maxCacheAge;
        }
    
        /**
         * Sets the maximum age for cached directory data
         * @param maxCacheAge the maximum cache age in milliseconds
         */
        public void setMaxCacheAge(long maxCacheAge) {
            this.maxCacheAge = maxCacheAge;
        }
    
        /**
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 23 02:21:31 UTC 2025
    - 9.4K bytes
    - Viewed (0)
Back to top