Current section
Files
Jump to
Current section
Files
lib/cache/channel.ex
defmodule Crux.Cache.Channel do
@moduledoc """
Default `Crux.Structs.Channel` cache.
"""
use Crux.Cache.Base, struct: Crux.Structs.Channel
end