References

The references module provides caching to facilitate rapid computation of reverse references that is, all the items that refer to another item.  It is recommended to use this module if you are using:

public static IEnumerable<Summary> GetReferencesFrom<TContent>(LyniconSystem sys, object o, string propertyName)
            where TContent : class
public static IEnumerable<Summary> GetReferencesFrom<TContent>(LyniconSystem sys, ItemVersionedId ividToItem, string propertyName)
            where TContent : class

These calls will lose performance at 50 or 100 content items.

Setting up the References Module

The references module takes no arguments to the UseModule method as below:

.UseModule<References>()