Interface ExecutableSearch
-
- All Known Subinterfaces:
ExecutableSearchFilter,ExecutableStatement,HTTPSearch,StorageServiceSearch
public interface ExecutableSearchShould be implemented by objects used to search for attributes, that uniquely identify those search results.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetResultCacheKey()Gets a key that uniquely identifies this object and may be used as a key in a result cache.
-
-
-
Method Detail
-
getResultCacheKey
@Nullable String getResultCacheKey()
Gets a key that uniquely identifies this object and may be used as a key in a result cache.If a null is returned, no caching will be done.
- Returns:
- the result cache key
-
-