Home | History | Annotate | Download | only in internal

Lines Matching defs:appVersion

146   private final int appVersion;
187 DiskLruCache(FileSystem fileSystem, File directory, int appVersion, int valueCount, long maxSize,
191 this.appVersion = appVersion;
245 public static DiskLruCache create(FileSystem fileSystem, File directory, int appVersion,
258 return new DiskLruCache(fileSystem, directory, appVersion, valueCount, maxSize, executor);
271 || !Integer.toString(appVersion).equals(appVersionString)
386 writer.writeDecimalLong(appVersion).writeByte('\n');