Metadata >> NuGet >> LazyCache

LazyCache

Metadata

Authors https://github.com/alastairtree
Copyrights Copyright 2014
Description Lazy cache is a simple in-memory caching service for .net and c sharp. It has a developer friendly generics based API, and providing a thread safe cache implementation that guarantees to only execute your cachable delegates once (it's lazy!). Under the hood it leverages ObjectCache and Lazy to provide performance and reliability in heavy load scenarios. For more info see https://github.com/alastairtree/LazyCache
IconUrl https://raw.githubusercontent.com/alastairtree/LazyCache/master/artwork/logo-128.png
LicenseUrl https://github.com/alastairtree/LazyCache/blob/master/LICENSE
Owners https://github.com/alastairtree
ProjectUrl https://github.com/alastairtree/LazyCache
ReleaseNotes See https://raw.githubusercontent.com/alastairtree/LazyCache/master/ReleaseNotes.md
RequireLicenseAcceptance False
Tags Caching Performance Speed In-memory ObjectCache Generics MemoryCache ServiceCaching Lazy Cache Lazy-Load CachingService AppCache ApplicationCache Memcached
Title LazyCache
PackageSize 14496
PackageHashAlgorithm SHA512
PackageHash rIeIEs/opeYEPpN2/H9u8V24eaH0r7eLVczurDin2557jTc9QJOQt9xVpmTyjwx1n8DQf+n+TxdsJjzkNVCnRA==
DownloadCount 000000
CreatedDate 2015-08-15T15:49:46
Summary Lazy cache is a simple in-memory caching service for .net and c sharp. It has a developer friendly generics based API, and providing a thread safe cache implementation that guarantees to only execute your cachable delegates once (it's lazy!). Under the hood it leverages ObjectCache and Lazy to provide performance and reliability in heavy load scenarios. For more info see https://github.com/alastairtree/LazyCache

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install LazyCache -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install LazyCache -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package LazyCache
Installing the package (HTTP Basic authentication):
Install-Package LazyCache -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package LazyCache -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package LazyCache

OpenWrap

Installing the package:
o add-wrap LazyCache
Uninstalling the package:
o remove-wrap LazyCache

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.6.0.0
0.5.6.0
0.5.5222.23409
0.5.5222.22653
0.5.5222.21857