Skip to content

Commit

Permalink
[Query] Make SelectExpression.IsCacheable protected
Browse files Browse the repository at this point in the history
This allows providers to block caching SQL in second level cache
Resolves #12764
  • Loading branch information
smitpatel committed Jul 31, 2018
1 parent fbe4c07 commit e5e7815
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected DefaultQuerySqlGenerator(
/// <value>
/// true if this SQL query is cacheable, false if not.
/// </value>
public virtual bool IsCacheable { get; private set; }
public virtual bool IsCacheable { get; protected set; }

/// <summary>
/// Gets the select expression.
Expand Down

0 comments on commit e5e7815

Please sign in to comment.