public interface SearchRedirectDao
| Modifier and Type | Method and Description |
|---|---|
SearchRedirect |
findSearchRedirectBySearchTerm(String uri) |
Long |
getCurrentDateResolution()
Returns the number of milliseconds that the current date/time will be cached for queries before refreshing.
|
void |
setCurrentDateResolution(Long currentDateResolution)
Sets the number of milliseconds that the current date/time will be cached for queries before refreshing.
|
SearchRedirect findSearchRedirectBySearchTerm(String uri)
Long getCurrentDateResolution()
void setCurrentDateResolution(Long currentDateResolution)
currentDateResolution - the milliseconds to cache the current date/timeCopyright © 2019. All rights reserved.