DCSIMG
עמוד הבית| חבילות השירות שלנו| חומר חופשי| צור קשר
Velocity - בלוג היועצים של מיקרוסופט ישראל

בלוג היועצים של מיקרוסופט ישראל

Browse by Tags

All Tags » Velocity (RSS)
Velocity Notifications - Why there are failures
In this post I am going to talk about "velocity" cache notifications failures. If you are not familiar with the "velocity" notifications, here some references: - What is "velocity" notifications - How to use "velocity" notifications So why there are notifications failure? Every cache host manage a "queue" of notifications (a circular buffer). This queue size is limited (by notifications number). While the "queue" exceed its max size, while...
Velocity And Transactions
In this post, I will present a sample class that enables me to work with "Velocity" cache under a transaction scope of System.Transaction. This class is very limited, but of course, you can take this sample and improve it / expand it for your needs. This class support only "Put" method of "Velocity" "CacheData" class and only 2 of it overloads. It's also does not return the "DataCacheItemVersion", as the original "Velocity" "Put"...