Method: ConfCtl::ConfCache#mtime

Defined in:
lib/confctl/conf_cache.rb

#mtimeTime?

Returns:

  • (Time, nil)


72
73
74
75
76
# File 'lib/confctl/conf_cache.rb', line 72

def mtime
  File.lstat(@cache_file).mtime
rescue Errno::ENOENT
  nil
end