Interface CacheControl.Builder
- Enclosing class:
CacheControl
public static interface CacheControl.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiontype(CacheControl.TypeEnum type) Set the type of thisCacheControlinstance.
-
Method Details
-
type
Set the type of thisCacheControlinstance.- Parameters:
type- The type of thisCacheControl- Returns:
- The CacheControl instance.
-