Searched defs:CacheControl (Results 1 – 3 of 3) sorted by relevance
14 public final class CacheControl { class47 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds, in CacheControl() method in CacheControl64 private CacheControl(Builder builder) { in CacheControl() method in CacheControl
16 public final class CacheControl { class49 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds, in CacheControl() method in CacheControl66 private CacheControl(Builder builder) { in CacheControl() method in CacheControl
6 class CacheControl(object): class