Top Method Summary
Options Name Purpose
ClearCache () Discards all cached query results
Search (EntitySearchQueryList) Executes the given queries and fills their Rows


Method Detail
Top

ClearCache ()

Purpose: Discards all cached query results
Notes: Cached results also expire on their own, after the
CacheSeconds of the query that produced them

Top

Search (EntitySearchQueryList)

Purpose: Executes the given queries and fills their Rows
Notes: Queries whose result is still cached are answered from the
cache; only the remaining ones are sent to the backend, and
when every query is a cache hit no backend call is made at
all. A query that fails does not fail the batch - its
ErrorMessage is filled and the other queries still return
their rows

Parameters:
poQueries Consultingwerk.SmartFramework.Search.EntitySearchQueryList
The queries to execute


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       19.09.2026 10:15:16