Interface ICachedSearchDetails


public interface ICachedSearchDetails
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    Mark the search as being non-reusable by future queries (as in, the search can serve multiple page requests for pages of the same search, but it won't be reused in the future)
    void
    setUuid(String theUuid)
     
  • Method Details

    • getUuid

    • setUuid

      void setUuid(String theUuid)
    • setCannotBeReused

      Mark the search as being non-reusable by future queries (as in, the search can serve multiple page requests for pages of the same search, but it won't be reused in the future)