package com.progscrape.data; public interface Request { String getCacheKey(); long getCacheDuration(); }