Skip to content

Instantly share code, notes, and snippets.

@jamband
Last active September 28, 2015 10:38
Show Gist options
  • Save jamband/1426215 to your computer and use it in GitHub Desktop.
Save jamband/1426215 to your computer and use it in GitHub Desktop.
<?php
return array(
...
'components' => array(
'cache' => array(
'class' => 'CFileCache',
),
...
'db' => array(
...
'schemaCachingDuration' => 3600, // 秒
),
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment