Searched refs:sNextNonce (Results 1 – 1 of 1) sorted by relevance
577 private static final AtomicLong sNextNonce = new AtomicLong((new Random()).nextLong()); field in PropertyInvalidatedCache.NoPreloadHolder579 return sNextNonce.getAndIncrement(); in next()