Method: Licensed::AppConfiguration#cache_path

Defined in:
lib/licensed/configuration.rb

#cache_pathObject

Returns the path to the app cache directory as a Pathname



48
49
50
# File 'lib/licensed/configuration.rb', line 48

def cache_path
  root.join(self["cache_path"])
end