public class URLCacheApp
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | kDefaultFilename | 
| Constructor and Description | 
|---|
| URLCacheApp() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | main(java.lang.String[] args)Run the simulation using input obtained from System.in. | 
public static final java.lang.String kDefaultFilename
public static void main(java.lang.String[] args)
                 throws java.io.IOException
args - optional integer capacity for the cache. If missing,
 the default cache size will be used.java.io.IOException