Extended Structure
Application.Caches
extension Application.Caches
Topics
Instance Properties
var redis: any CacheA cache configured for the default Redis ID and the default coders.
Instance Methods
func redis<E, D>(RedisID, encoder: E, decoder: D) -> any CacheA cache configured for a given Redis ID and using the provided encoder and decoder.func redis(RedisID, jsonEncoder: JSONEncoder, jsonDecoder: JSONDecoder) -> any CacheA cache configured for a given Redis ID and the default coders.