BuildMaster SDK Reference
Version:

LazyCached<T> Class

Provides a lazily initialized value that remains cached for a period of time.

Inheritance Hierarchy

  • object
    • Inedo.LazyCached<T>

Syntax

public class LazyCached<T>

Properties

Name Description
CacheExpirationPeriod

Gets the cache expiration period.

Value

Gets the lazily initialized or cached value.

Methods

Name Description
Invalidate

Invalidates the cached value.