Skip to content

Commit

Permalink
feat: not to invalidate cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
watura committed Feb 17, 2020
1 parent d1c6101 commit fcb0701
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Model/TopicUserStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ class TopicUserStatus extends TopicsAppModel {
*/
public $validate = array();

/**
* invalidateCDN cache
* DB 保存/削除時に CDN のキャッシュを invalidate するか
*
* @var bool
*/
public $invalidateCDN = false;

//The Associations below have been created with all possible keys, those that are not needed can be removed

/**
Expand Down

0 comments on commit fcb0701

Please sign in to comment.