Classes and interfaces
Swift_KeyCache¶
Provides a mechanism for storing data using two keys.
« More »
Swift_KeyCache_ArrayKeyCache¶
A basic KeyCache backed by an array.
« More »
Swift_KeyCache_DiskKeyCache¶
A KeyCache which streams to and from disk.
« More »
Swift_KeyCache_DummyKeyCache¶
A basic KeyCache backed by an array.
« More »
Swift_KeyCache_NullKeyCache¶
A null KeyCache that does not cache at all.
« More »