
Envoyé par
Javadoc
protected long ifModifiedSince
Some protocols support skipping the fetching of the object unless the object has been modified more recently than a certain time.
A nonzero value gives a time as the number of milliseconds since January 1, 1970, GMT. The object is fetched only if it has been modified more recently than that time.
This variable is set by the setIfModifiedSince method. Its value is returned by the getIfModifiedSince method.
The default value of this field is 0, indicating that the fetching must always occur.
Partager