Skip to content
  • Andy Yates's avatar
    [ENSCORESW-569]. Supporting fetching cached keys by a SQL statement. · a4ec9628
    Andy Yates authored
    To provide improved querying of caches we now support SQL statements. These
    queries return a list of keys (normally primary key db identifiers) defining
    a list of objects to return. It is up to sub-BaseCache implementations to
    deal with the nitty gritty of cache mis-hits (something they need to do
    anyway).
    a4ec9628