[ENSCORESW-569]. Supporting fetching cached keys by a SQL statement.
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).
Please register or sign in to comment