class V1::Cache::FileSystemCache

Overview

Cacher implementation backed by files.

Defined in:

v1/cache/fs.cr

Constructors

Instance Method Summary

Instance methods inherited from class V1::Cache::Cacher

delete(h : V1::Hash) delete, get(h : V1::Hash) : V1::Layer get, put(l : V1::Layer) : V1::Layer put

Constructor Detail

def self.new(path) #

[View source]

Instance Method Detail

def delete(h : V1::Hash) #

[View source]
def get(h : V1::Hash) #

[View source]
def put(l : V1::Layer) #

[View source]