Skip to content

Commit

Permalink
Merge pull request #687 from tabishnaqvi1311/cache_api_migration
Browse files Browse the repository at this point in the history
Migrate CacheAPI #686
  • Loading branch information
sarjona authored Dec 1, 2023
2 parents 930ee46 + fac4371 commit bdefd3e
Show file tree
Hide file tree
Showing 5 changed files with 360 additions and 2 deletions.
3 changes: 3 additions & 0 deletions data/migratedPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Blocks:
Bug_triage:
- filePath: "/general/development/process/triage.md"
slug: "/general/development/process/triage"
Cache_API:
- filePath: "/docs/apis/subsystems/muc/index.md"
slug: "/docs/apis/subsystems/muc/"
Calendar_API:
- filePath: "/docs/apis/core/calendar/index.md"
slug: "/docs/apis/core/calendar/"
Expand Down
2 changes: 1 addition & 1 deletion docs/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The [Backup API](./apis/subsystems/backup/index.md) defines exactly how to conve

### Cache API (cache)

The [The Moodle Universal Cache (MUC)](https://docs.moodle.org/dev/The_Moodle_Universal_Cache_(MUC)) is the structure for storing cache data within Moodle. [Cache API](https://docs.moodle.org/dev/Cache_API) explains some of what is needed to use a cache in your code.
The [The Moodle Universal Cache (MUC)](https://docs.moodle.org/dev/The_Moodle_Universal_Cache_(MUC)) is the structure for storing cache data within Moodle. [Cache API](./apis/subsystems/muc/index.md) explains some of what is needed to use a cache in your code.

### Calendar API (calendar)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bdefd3e

Please sign in to comment.