DefaultCacheFactory

Creates ICache components by their descriptors.

Inherits: Factory

Constructors

Create a new instance of the factory.

public DefaultCacheFactory()

Fields

NullCacheDescriptor

Description for a null cache (dummy cache).

public static NullCacheDescriptor: Descriptor

MemoryCacheDescriptor

Descriptor for a memory cache.

public static MemoryCacheDescriptor: Descriptor

Descriptor

Descriptor for a factory cache.

public static Descriptor: Descriptor

See also