CacheControlType
Cache Control Type [no-store, public or none]
enum CacheControlType {
NO_STORE
PUBLIC
}
Values
CacheControlType.NO_STORE
Adds 'no-store' to the Cache Control header
CacheControlType.PUBLIC
Adds 'public' to the Cache Control header
Member Of
CacheControlInput
input