File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
/**
4
4
* @file
5
- * Outlines how a module can use the Cache API.
6
- *
7
- * @todo: Demonstrate allowing invalid cache items.
8
- * @todo: Demonstrate deleteing cache entries.
9
- * @todo: Demonstrate deleteing cache tags.
10
- * @todo: Demonstrate deleteing all cache items.
11
- * @todo: Demonstrate invalidating cache entries.
12
- * @todo: Demonstrate invalidating cache tags.
13
- * @todo: Demonstrate invalidating all cache items.
5
+ * Demonstrates how a module can use the Cache API.
14
6
*/
15
7
16
8
/**
17
9
* @defgroup cache_example Example: Cache API
18
10
* @ingroup examples
19
11
* @{
20
- * Outlines how a module can use the Cache API.
12
+ * Demonstrates how a module can use the Cache API.
21
13
*
22
14
* Cache API allows us to cache data that is heavy to calculate. As this can
23
15
* significantly speed up the Drupal site, it is recommended to use cache
You can’t perform that action at this time.
0 commit comments