5efd236cd027b7019eac8bfce3a0d1606816a2ea
[packages/precise/mcollective.git] / website / messages / PLMC13.md
1 ---
2 layout: default
3 title: Message detail for PLMC13
4 toc: false
5 ---
6
7 Example Message
8 ---------------
9
10     Could not find a cache called 'my_cache'
11
12 Additional Information
13 ----------------------
14
15 MCollective has an internal Cache used to speed up operations like parsing of DDL files.  The cache is also usable from the agents and other plugins you write.
16
17 The cache is made up of many named caches, this error indicates that a cache has not yet been setup prior to trying to use it.