Metadata >> NuGet >> Purse

Purse

Metadata

Authors Keivan Beigi
Copyrights Copyright © 2014
Description Purse is a really fast in-proc, in-memory cache for your objects. It has 99% of features you would want from a cache and more, like a really nice read-through interface
IconUrl https://raw.github.com/kayone/Purse/master/assets/purse_logo_128.png
Language en-US
LicenseUrl https://github.com/kayone/Purse/blob/master/LICENSE
Owners Keivan Beigi
ProjectUrl https://github.com/kayone/Purse
RequireLicenseAcceptance False
Tags Cache Memory Dictionary
Title Purse
PackageSize 16165
PackageHashAlgorithm SHA512
PackageHash rsOuoeEDs2MrOrFgYKCQ99HSABN/7C/gWoHUn8m/avxww4Pq/UYQ799Jc3fz2G1AIJf0fv5d5OtHf3LMM8UPLg==
DownloadCount 000000
CreatedDate 2014-10-31T19:03:42

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 Purse -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Purse -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 Purse
Installing the package (HTTP Basic authentication):
Install-Package Purse -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Purse -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Purse

OpenWrap

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

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.0.5.28
0.0.5.27
0.0.5.18