Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add list() to ConfigCache #138

Merged

Commits on Aug 12, 2015

  1. Add list() to ConfigCache

    ConfigCache is a great way to centralise configuration for various
    parts of an application. This commit adds a list() method to the
    ConfigCache class, which lists the keys for all configurations
    present in the cache. This allows the entire application
    configuration to be inspected (e.g. for debugging) without the need
    for storing cache keys elsewhere.
    kevin-canadian committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    c9b987e View commit details
    Browse the repository at this point in the history