# Functions
New repository with only cache capabillity.
NewLruCache creates a new LRU instance.
NewWithStorage works with offline storage implementation.
NewWithStorageAndCallback factory function with cache, offline storage and listener on events.
SortFeatureConfigServingRules sorts the serving rules of a FeatureConfig by priority.
SortSegmentServingGroups sorts the serving rules of a segment by priority.
# Structs
FFRepository holds cache and optionally offline data.
LRUCache is thread-safe LAST READ USED Cache.
# Interfaces
Cache wrapper to integrate any 3rd party implementation.
Callback provides events when repository data being modified.
Repository interface for data providers.