Lee Timmins created an issue — 13th May 2016, 14:42:38:
Currently you can say:
session.Query<T>().Cacheable()
which is equivalent of:
session.CreateQuery("...").SetCacheable(true)
It would be good if there was a LINQ extension method to add comments which would map to SetComment("").