Searched refs:cached (Results 1 – 3 of 3) 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();