Method: Chef::FileCache.list
- Defined in:
- lib/chef/file_cache.rb
.list ⇒ Object
List all the files in the Cache
Returns
- Array
-
An array of files in the cache, suitable for use with load, delete and store
148 149 150 |
# File 'lib/chef/file_cache.rb', line 148 def list find("**#{File::Separator}*") end |