Package | Description |
---|---|
org.ballerinalang.net.http.caching |
Modifier and Type | Method and Description |
---|---|
static CacheControlDirective |
CacheControlDirective.parseValue(String directive) |
static CacheControlDirective |
CacheControlDirective.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheControlDirective[] |
CacheControlDirective.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Map<CacheControlDirective,String> |
CacheControlParser.parse(String cacheControlHeader) |
Copyright © 2019 WSO2. All rights reserved.