* Instantiates a new session against the specified cache.
* @param c the cache.
*/
public SessionRI(CacheIF c, RequestTrackerIF rt){
cacheRegistration = c.register();
getRequestProcessor = new GetRequestProcessor(this, cacheRegistration);
requestTracker = rt;
}