public interface IExhibitorRegistrationRepository : ICachingRepository
Public Interface IExhibitorRegistrationRepository
Inherits ICachingRepository
public interface class IExhibitorRegistrationRepository : ICachingRepository
type IExhibitorRegistrationRepository =
interface
interface ICachingRepository
end
ClearCache |
Clears all cached data associated with this repository, for both top-level entities and all sub-entities
to ensure that subsequent calls to the repository will retrieve fresh data.
(Inherited from ICachingRepository) |