Namespace TehGM.Wolfringo.Caching.Internal
Classes
WolfCachedEntityCollection<TEntity>
Represents cache for a single type of a IWolfEntity.
WolfCachedEntityCollection<TKey, TEntity>
Represents cache for a single type of a IWolfEntity, additionally grouping them with a key.
WolfCachedEntityCollectionExtensions
Extensions for IWolfCachedEntityCollection<TEntity>
WolfClientCache
Utility grouping common entity caches together.
Interfaces
IWolfCachedEntityCollection<TEntity>
Represents cache for a single type of a IWolfEntity.
IWolfCachedEntityCollection<TKey, TEntity>
Represents cache for a single type of a IWolfEntity, additionally grouping them with a key.