\r\n

51Degrees Pipeline .NET  4.1Newer Version 4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.Configuration.CacheConfiguration Class Reference

Detailed Description

Contains everything needed to build a cache.

Currently, an ICacheBuilder and an integer size parameter.

Public Member Functions

 CacheConfiguration ()
Default constructor uses the LruPutCache with a size of 1000. More...

Properties

ICacheBuilder  Builder [get, set]
The builder to use when building a cache. More...
int  Size [get, set]
The maximum size parameter to use when building a cache. More...

Constructor & Destructor Documentation

◆ CacheConfiguration()

FiftyOne.Pipeline.Engines.Configuration.CacheConfiguration.CacheConfiguration ( )

Default constructor uses the LruPutCache with a size of 1000.

Property Documentation

◆ Builder

ICacheBuilder FiftyOne.Pipeline.Engines.Configuration.CacheConfiguration.Builder
get set

The builder to use when building a cache.

◆ Size

int FiftyOne.Pipeline.Engines.Configuration.CacheConfiguration.Size
get set

The maximum size parameter to use when building a cache.