Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
57a1ac67
Commit
57a1ac67
authored
Jul 15, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed mentioning of DummyCache usage
parent
2f90e4d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
caching-data.md
docs/guide/caching-data.md
+0
-8
No files found.
docs/guide/caching-data.md
View file @
57a1ac67
...
@@ -68,14 +68,6 @@ For example, you can modify the above configuration to use [[yii\caching\ApcCach
...
@@ -68,14 +68,6 @@ For example, you can modify the above configuration to use [[yii\caching\ApcCach
],
],
```
```
Or dummy cache that can be used to remove caching without modifying any code:
```
php
'components'
=>
[
'cache'
=>
new
yii\caching\DummyCache
,
],
```
> Tip: You can register multiple cache application components. The component named `cache` is used
> Tip: You can register multiple cache application components. The component named `cache` is used
by default by many cache-dependent classes (e.g.
[
[yii\web\UrlManager
]
]).
by default by many cache-dependent classes (e.g.
[
[yii\web\UrlManager
]
]).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment