📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
waa
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/waa/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: response_caching_policy.cpython-39.pyc
a ���f � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�ResponseCachingPolicyzC An object that specifies an HTTP response caching policy. c K s ddi| _ ddi| _d| _dS )a� Initializes a new ResponseCachingPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_response_header_based_caching_enabled: The value to assign to the is_response_header_based_caching_enabled property of this ResponseCachingPolicy. :type is_response_header_based_caching_enabled: bool �(is_response_header_based_caching_enabled�boolZ#isResponseHeaderBasedCachingEnabledN)Z swagger_typesZ attribute_map�)_is_response_header_based_caching_enabled)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/waa/models/response_caching_policy.py�__init__ s ��zResponseCachingPolicy.__init__c C s | j S )a Gets the is_response_header_based_caching_enabled of this ResponseCachingPolicy. When false, responses will not be cached by the backend based on response headers. When true, responses that contain one of the supported cache control headers will be cached according to the values specified in the cache control headers. The "X-Accel-Expires" header field sets caching time of a response in seconds. The zero value disables caching for a response. If the value starts with the @ prefix, it sets an absolute time in seconds since Epoch, up to which the response may be cached. If the header does not include the "X-Accel-Expires" field, parameters of caching may be set in the header fields "Expires" or "Cache-Control". If the header includes the "Set-Cookie" field, such a response will not be cached. If the header includes the "Vary" field with the special value "*", such a response will not be cached. If the header includes the "Vary" field with another value, such a response will be cached taking into account the corresponding request header fields. :return: The is_response_header_based_caching_enabled of this ResponseCachingPolicy. :rtype: bool �r �r r r r r &