LuckyCache::HtmlHelpers
Instance methods
Use this in your Lucky Page class.
cache("some_key", expires_in: 5.minutes) do
div do
text "Data"
end
end
Use this in your Lucky Page class.
cache("some_key", expires_in: 5.minutes) do
div do
text "Data"
end
end