spring-framework / org.springframework.web.context.request / FacesWebRequest / checkNotModified

checkNotModified

open fun checkNotModified(lastModifiedTimestamp: Long): Boolean
open fun checkNotModified(@Nullable eTag: String): Boolean
open fun checkNotModified(@Nullable etag: String, lastModifiedTimestamp: Long): Boolean