abstract class Squirm::Caches::Base

Direct Known Subclasses

Defined in:

squirm/caches/base.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String) #

[View source]

Instance Method Detail

abstract def delete!(url : String) #

[View source]
abstract def flush #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
abstract def list! : Array(String) #

[View source]
abstract def list_requests!(base_url) : Array(Request) #

[View source]
abstract def save!(urls : Array(String)) #

[View source]