Searched refs:cached (Results 1 – 4 of 4) sorted by relevance
82 private static final ThreadLocal<IOVecWrapper> cached = field in IOVecWrapper96 IOVecWrapper wrapper = cached.get(); in get()105 cached.set(wrapper); in get()
209 BasicFileAttributes cached = ((BasicFileAttributesHolder)file).get(); in getAttributes() local210 if (cached != null && (!followLinks || !cached.isSymbolicLink())) { in getAttributes()211 return cached; in getAttributes()
494 final Map.Entry<String, Charset> cached = cache1;495 if (cached != null && charsetName.equals(cached.getKey()))496 return cached.getValue();
444 Map<K,V> cached = getCachedEntries(); in accept() local446 visitor.visit(cached); in accept()