본문으로 건너뛰기

prevent_cache

Description

브라우저에서 GET 요청 캐싱을 활성화할지 비활성화할지 제어합니다.

prevent_cache: boolean

Example

scheduler.config.prevent_cache = true;
...
scheduler.init('scheduler_here',new Date(2009,10,1),"month");

Default value: false

Details

이 속성은 일반적으로 활성화하는 것이 좋습니다.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.