ICachedEntityService<TEntityType>
Defines a service that supports cached entities
public interface ICachedEntityService<TEntityType>
where TEntityType : EntityBase
Namespace
Parameters
Parameter | Description |
---|---|
TEntityType |
The Type of the entity |
Methods
InvalidateEntityCache
Invalidates the services entity cache for a given entity
public void InvalidateEntityCache(Guid entityId)
Parameters
Parameter | Description |
---|---|
entityId |
The ID of the entity to invalidate |