HomePhorge

Remove use of Util::Cacher in FileServing::Configuration
4bad729f56c2Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove use of Util::Cacher in FileServing::Configuration

This class was using Util::Cacher for its singleton instance, when that was
unnecessary. The FileServing::Configuration instance already manages whether or
not to reparse its config file, based on whether it has changed. Thus, there is
no need for it to be manually expired via the cacher.

Reviewed-By: Jacob Helwig <jacob@puppetlabs.com>

Details

Provenance
Nick Lewis <nick@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUba6230b6039d: Merge branch '2.7.x'
Branches
Unknown
Tags
Unknown

Event Timeline

Nick Lewis <nick@puppetlabs.com> committed rPU4bad729f56c2: Remove use of Util::Cacher in FileServing::Configuration (authored by Nick Lewis <nick@puppetlabs.com>).Jul 22 2011, 5:09 AM