17 namespace WebRequestCacheTasks
38 bool HasFreeItems()
const;
39 bool IsCacheOperationInProgress()
const;
40 int GetFreeItemCount()
const;
44 void AsyncCacheStoreWorkItemCompleted(
47 std::vector<Cache::WebRequestCacheTasks::WebServiceCacheStoreWorkItem*> m_cacheStoreWorkItemPool;
48 std::deque<Cache::WebRequestCacheTasks::WebServiceCacheStoreWorkItem*> m_cacheStoreWorkItemFreeList;