Classes and interfaces

Swift_KeyCache

Provides a mechanism for storing data using two keys.

« More »

Swift_KeyCache_KeyCacheInputStream

Writes data to a KeyCache using a stream.

« 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 »

Swift_KeyCache_SimpleKeyCacheInputStream

Writes data to a KeyCache using a stream.

« More »