• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

Class DataTypeAttributes

DataTypeAttributes contains the information about the DataType attributes.

Inheritance
System.Object
DataTypeAttributes
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class DataTypeAttributes

Constructors

DataTypeAttributes()

Initializes the DataTypeAttributes instance.

Declaration
public DataTypeAttributes()

Properties

Dependency

The file or cache key dependencies for the DataType. When any dependency changes, the object becomes invalid and is removed from the cache. If there are no dependencies, this property contains a null reference.

Declaration
public CacheDependency Dependency { get; set; }
Property Value
Type Description
CacheDependency

The file or cache key dependencies for the DataType.

Expiration

Specifies the expiration mechanism for DataType.

Declaration
public Expiration Expiration { get; set; }
Property Value
Type Description
Expiration

Specifies the expiration mechanism for DataType.

Group

The group to which the DataType is associated. It can be queryed on the basis of Groups.

Declaration
public string Group { get; set; }
Property Value
Type Description
System.String

Name of group.

NamedTags

NamedTags information associated with the DataType, it can be queried on the basis of NamedTags provided.

Declaration
public NamedTagsDictionary NamedTags { get; set; }
Property Value
Type Description
NamedTagsDictionary

NamedTags information associated with the DataType, it can be queried on the basis of NamedTags provided.

Priority

Relative priority for DataType which is kept under consideration whenever cache starts to free up space and evicts items.

Declaration
public CacheItemPriority Priority { get; set; }
Property Value
Type Description
CacheItemPriority

Specifies the relative priority of items stored in the cache.

ResyncOptions

ResyncOptions specific to the DataType.

Declaration
public ResyncOptions ResyncOptions { get; set; }
Property Value
Type Description
ResyncOptions

It contains information for the items that would be resynced after expiration from the Read-Through Provider.

Tags

Tag information associated with the DataType, it can be queried on the basis of Tags provided.

Declaration
public Tag[] Tags { get; set; }
Property Value
Type Description
Tag[]

A string based identifier that can be associated with cache items.

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top