Method: Licensed::AppConfiguration#cache_path

Defined in:
lib/licensed/configuration.rb

#cache_pathObject

Returns the path to the app cache directory as a Pathname



50
51
52
# File 'lib/licensed/configuration.rb', line 50

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