Searched refs:WEAK_MASK (Results 1 – 1 of 1) sorted by relevance
556 static final int WEAK_MASK = 4; field in LocalCache.EntryFactory568 int flags = ((keyStrength == Strength.WEAK) ? WEAK_MASK : 0) in getFactory()