Abstract class for the different cache actions. We need this class for adding
versatility in the parameters of each Caching action.
author: Nicolas Modrzyk author: Emmanuel Cecchet version: 1.0
Builds a cache entry from a SelectRequest and a
ControllerResultSet. This cache entry can then be inserted
in the cache.
Parameters: sqlQuery - entry to add in the cache Parameters: result - value to add in the cache Parameters: cache - reference for EagerCaching in case the entry needs to removeitself from the cache. the query cache entry to add to the cache