53ea8dfa18f898e2430282992e27cae060685a34
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / list_items_with_undefined_ref.html
1 <ul>
2 <li><p>[[\yii\caching\ApcCache]]: uses PHP <a href="http://php.net/manual/en/book.apc.php">APC</a> extension. This option can be
3 considered as the fastest one when dealing with cache for a centralized thick application (e.g. one
4 server, no dedicated load balancers, etc.).</p>
5 </li>
6 <li><p>[[\yii\caching\DbCache]]: uses a database table to store cached data. By default, it will create and use a
7 <a href="http://sqlite.org/">SQLite3</a> database under the runtime directory. You can explicitly specify a database for
8 it to use by setting its <code>db</code> property.</p>
9 </li>
10 </ul>