Class CachedSearchToInvalidateResult
java.lang.Object
com.echothree.model.control.search.server.database.CachedSearchToInvalidateResult
- All Implemented Interfaces:
BaseDatabaseResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the cachedSearchStatus.void
setCachedSearchStatus
(CachedSearchStatus cachedSearchStatus) Sets the cachedSearchStatus.
-
Constructor Details
-
CachedSearchToInvalidateResult
public CachedSearchToInvalidateResult()
-
-
Method Details
-
getCachedSearchStatus
Returns the cachedSearchStatus.- Returns:
- the cachedSearchStatus
-
setCachedSearchStatus
Sets the cachedSearchStatus.- Parameters:
cachedSearchStatus
- the cachedSearchStatus to set
-