Class: RichUrls::Cache::None

Inherits:
Wrapper
  • Object
show all
Defined in:
lib/cache.rb

Instance Method Summary collapse

Instance Method Details

#extend(_, _) ⇒ Object



22
# File 'lib/cache.rb', line 22

def extend(_, _); end

#get(_) ⇒ Object



18
# File 'lib/cache.rb', line 18

def get(_); end

#set(_, _, _) ⇒ Object



20
# File 'lib/cache.rb', line 20

def set(_, _, _); end