GWTMockUtilities.disarm();
this.storage = new DefaultQueueableCacheStorage();
this.key = new SimpleCacheKey("key");
final CacheKey k = key;
this.filter = new CachingCallbackFilter(this.storage){
@Override
protected CacheKey cacheKey(RequestBuilder builder) {
return k;
}