Update code from https://github.com/dmi-try/marionette-collective
[packages/precise/mcollective.git] / website / messages / PLMC11.md
1 ---
2 layout: default
3 title: Message detail for PLMC11
4 toc: false
5 ---
6
7 Example Message
8 ---------------
9
10     Cache expired on 'ddl' key 'agent/nrpe'
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 Each entry in the cache has an associated TTL or maximum life time, once the maximum time on an item is reached it is considered expired.  Next time anything attempts to read this entry from the cache this log line will be logged.
18
19 This is part of the normal operations of MCollective and doesn't indicate any problem.  We log this debug message to help you debug your own use of the cache.