class Plyushkin::Cache::Null

Public Instance Methods

clear() click to toggle source
# File lib/plyushkin/cache/null.rb, line 8
def clear
end
read(key) click to toggle source
# File lib/plyushkin/cache/null.rb, line 5
def read(key)
end
write(key, value) click to toggle source
# File lib/plyushkin/cache/null.rb, line 2
def write(key, value)
end