private static class PropertyCacheFile.ExternalResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
contentHashSum
Hash sum which is calculated based on resource content.
|
private java.lang.String |
location
Location of resource.
|
Constructor and Description |
---|
ExternalResource(java.lang.String location,
java.lang.String contentHashSum)
Creates an instance.
|