class Runcom::Cache

A developer friendly wrapper of XDG cache.

Constants

DEFAULT_CONTEXT

Attributes

common[R]

Public Class Methods

new(path, context: DEFAULT_CONTEXT) click to toggle source
# File lib/runcom/cache.rb, line 14
def initialize path, context: DEFAULT_CONTEXT
  @common = Paths::Common.new path, context: context
end