**Lee Timmins** created an [issue](https://nhibernate.jira.com/browse/NH-3869) — <time datetime="2016-05-13T14:42:38.481Z" title="2016-05-13T14:42:38.481Z">13th May 2016, 14:42:38</time>: > Currently you can say: > ```c# > session.Query<T>().Cacheable() > ``` > which is equivalent of: > ```c# > session.CreateQuery("...").SetCacheable(true) > ``` > It would be good if there was a LINQ extension method to add comments which would map to `SetComment("")`. >