Creating a Simple Enterprise Library Cache Provider for Velocity
Creating a Simple Enterprise Library Cache Provider for Velocity
I decided to write a simple
cache manager provider for
Velocity (Microsoft Distributed
Cache) using the Enterprise
Library Application Block Software
Factory.
You can download the solution from
here. If you put the two dll’s I provided
(Microsoft.Practices.EnterpriseLibrary.Caching.Velocity.dll and
Microsoft.Practices.EnterpriseLibrary.Caching.Velocity.Configuration.Design.dll)
in the directory of EntLibConfig tool you’ll be able to use them in the tool like
in the following figure:
In a follow up post I’ll explain how I implemented the
provider library in more details.
Enjoy!