Enum DependencyType
This enum is used to created database dependency to invalidate data from the cache. It should be configured for data invalidation to work properly.
Assembly: Alachisoft.Integrations.EntityFramework.CachingProvider.dll
Syntax
public enum DependencyType
Fields
| Name | Description |
|---|---|
| Oracle | Oracle (10i Release 2 and above) dependency will be created. |
| Other | No database dependency will be created |
| SqlServer | Sql Server (yukon and above) database dependency will be created. |