Table of Contents

Constructor CacheConfiguration

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

CacheConfiguration()

Creates a new cache configuration with default values.

public CacheConfiguration()

CacheConfiguration(CacheConfiguration)

Creates a clone of another cache configuration.

public CacheConfiguration(CacheConfiguration other)

Parameters

other CacheConfiguration

Configuration to clone.