Skip to content

Commit 390a1e5

Browse files
committed
Issue #2986677 Moved @todos to an issue.
1 parent b18f096 commit 390a1e5

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

cache_example/cache_example.module

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,14 @@
22

33
/**
44
* @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.
146
*/
157

168
/**
179
* @defgroup cache_example Example: Cache API
1810
* @ingroup examples
1911
* @{
20-
* Outlines how a module can use the Cache API.
12+
* Demonstrates how a module can use the Cache API.
2113
*
2214
* Cache API allows us to cache data that is heavy to calculate. As this can
2315
* significantly speed up the Drupal site, it is recommended to use cache

0 commit comments

Comments
 (0)