HACacheKey
public protocol HACacheKey
A cache key for HACachesContainer
-
The value type in the cache, e.g.
T
inHACache<T>
Declaration
Swift
associatedtype Value
-
Create a cache on a particular connection
This is called exactly once per connection per cache key.
Declaration
Swift
static func create(connection: HAConnection) -> HACache<Value>
Parameters
connection
The connection to create on
Return Value
The cache you want to associate with the key