Sha256: b816718bf7774848e341814e0b5a1eaad62fe0dc0f39efaeefc075441319c24c

Contents?: true

Size: 222 Bytes

Versions: 105

Compression:

Stored size: 222 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/filesystem_cache'

module Avm
  class << self
    def fs_cache
      @fs_cache ||= ::EacRubyUtils::FilesystemCache.new(ENV['HOME'], '.cache', 'avm')
    end
  end
end

Version data entries

105 entries across 105 versions & 1 rubygems

Version Path
avm-tools-0.106.0 lib/avm/fs_cache.rb
avm-tools-0.105.0 lib/avm/fs_cache.rb
avm-tools-0.104.0 lib/avm/fs_cache.rb
avm-tools-0.103.1 lib/avm/fs_cache.rb
avm-tools-0.103.0 lib/avm/fs_cache.rb
avm-tools-0.102.2 lib/avm/fs_cache.rb
avm-tools-0.102.1 lib/avm/fs_cache.rb
avm-tools-0.102.0 lib/avm/fs_cache.rb
avm-tools-0.101.0 lib/avm/fs_cache.rb
avm-tools-0.100.0 lib/avm/fs_cache.rb
avm-tools-0.99.1 lib/avm/fs_cache.rb
avm-tools-0.99.0 lib/avm/fs_cache.rb
avm-tools-0.98.0 lib/avm/fs_cache.rb
avm-tools-0.97.0 lib/avm/fs_cache.rb
avm-tools-0.96.0 lib/avm/fs_cache.rb
avm-tools-0.95.0 lib/avm/fs_cache.rb
avm-tools-0.94.3 lib/avm/fs_cache.rb
avm-tools-0.94.2 lib/avm/fs_cache.rb
avm-tools-0.94.1 lib/avm/fs_cache.rb
avm-tools-0.94.0 lib/avm/fs_cache.rb