-
- All Implemented Interfaces:
public final class CacheControl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCacheControl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IntegermaxAgeSeconds
-
Constructor Summary
Constructors Constructor Description CacheControl(Integer maxAgeSeconds)
-
Method Summary
Modifier and Type Method Description final IntegergetMaxAgeSeconds()-
-
Constructor Detail
-
CacheControl
CacheControl(Integer maxAgeSeconds)
-
-
Method Detail
-
getMaxAgeSeconds
final Integer getMaxAgeSeconds()
-
-
-
-