Module
Puppet::Util::Autoload::FileCache
In:
lib/puppet/util/autoload/file_cache.rb
Methods
clear
directory_exist?
file_exist?
found_file
found_file?
found_files
missing_file
missing_file?
missing_files
named_file_is_missing
named_file_missing?
Attributes
found_files
[R]
missing_files
[R]
Public Class methods
clear
()
Only used for testing.
Public Instance methods
directory_exist?
(path)
file_exist?
(path)
found_file
(path, stat)
found_file?
(path, type = nil)
found_files
()
missing_file
(path)
missing_file?
(path)
missing_files
()
named_file_is_missing
(name)
named_file_missing?
(name)
[Validate]