Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for initCache (0.16 sec)

  1. .cm/plugins/filters/byCodeowner/ignore/index.js

            define(this, KEY_IGNORE, true)
    
            this._rules = []
            this._ignoreCase = ignoreCase
            this._allowRelativePaths = allowRelativePaths
            this._initCache()
        }
    
        _initCache () {
            this._ignoreCache = Object.create(null)
            this._testCache = Object.create(null)
        }
    
        _addPattern (pattern) {
            // #32
    JavaScript
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 17.5K bytes
    - Viewed (0)
  2. src/main/java/jcifs/netbios/NameServiceClientImpl.java

            this.in = new DatagramPacket(this.rcv_buf, tc.getConfig().getNetbiosRcvBufSize());
            this.resolveOrder = tc.getConfig().getResolveOrder();
    
            initCache(tc);
        }
    
        static final class CacheEntry {
    
            Name hostName;
            NbtAddress address;
            long expiration;
    
    
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Aug 14 14:26:22 GMT 2022
    - 38.2K bytes
    - Viewed (0)
Back to top