Searched refs:maxcache (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DCache.java158 private int maxcache = -1; field in class:Cache
334 CacheRRset crrset = new CacheRRset(r, cred, maxcache);
367 crrset = new CacheRRset(rrset, cred, maxcache);
771 maxcache = seconds;
780 return maxcache;

Completed in 49 milliseconds