Summary
Gets or sets a value indicating whether the result of the property alias method should be cached.
Indicates .
- Namespace
- Cake
.Core .Annotations - Containing Type
- Cake
Property Alias Attribute
Syntax
public bool Cache { get; set; }
Value
Type | Description |
---|---|
bool |
true if cache; otherwise, false .
|