Constellation.Foundation.Caching 8.2.0.29886

There is a newer version of this package available.
See the version list below for details.
dotnet add package Constellation.Foundation.Caching --version 8.2.0.29886
NuGet\Install-Package Constellation.Foundation.Caching -Version 8.2.0.29886
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Constellation.Foundation.Caching" Version="8.2.0.29886" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Constellation.Foundation.Caching --version 8.2.0.29886
#r "nuget: Constellation.Foundation.Caching, 8.2.0.29886"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Constellation.Foundation.Caching as a Cake Addin
#addin nuget:?package=Constellation.Foundation.Caching&version=8.2.0.29886

// Install Constellation.Foundation.Caching as a Cake Tool
#tool nuget:?package=Constellation.Foundation.Caching&version=8.2.0.29886

Constellation is a collection of utilities for .NET CMS implementers.
The Foundation.Caching namespace contains a Cache facade class that allows a developer to cache an object to
either the Sitecore Cache or the System Web Cache.

In addition to providing quick access to these APIs, the facade also provides support for scoping cached objects at the following levels:
* Global
* Site
* Database

Configured for use with Sitecore 8.2.
Requires Sitecore 8.2 NuGet packages, available here: https://sitecore.myget.org/F/sc-packages/api/v3/index.json

Portions based on work by Christopher Giddings: https://cjgiddings.wordpress.com/2012/02/03/sitecore-caching-utility/ updated heavily
for modularity and to support Sitecore 8.2 caching APIs.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Constellation.Foundation.Caching:

Package Downloads
Constellation.Foundation.Mvc.Patterns

Requires Sitecore 10.3 Requires .NET Framework 4.8 Constellation is a collection of utilities for .NET CMS implementers. The Foundation.Mvc.Patterns library is an opinionated library that provides some base Controller and Repository classes for jumpstarting a Sitecore project. The purpose is to get developers to better separate data access logic from controllers and also to hide some uninteresting concerns. Repositories: Classes which accept a context to specify the conditions for accessing data in Sitecore along with facts for use in the query. The Repository is responsible for getting the results of a query, any caching, and any transformation into ViewModel output. Base Repositories: Repository - Just the basics of setting up the relationship between the repository and the controller. CachingRepository - Adds caching of the repository's output to the mix. SingleItemRepository - Includes both of above and is centered around queries that will retrieve a single Item. ItemListRepository - Includes the first two and is centered around queries taht will retrieve multiple Items. Controllers: Classes which are responsible for handling the transition from Sitecore to the View, including setting up a Repository Context, and getting the results from the Repository for sending to the View. Base Controllers: DatasourceRenderingController - Use when a Rendering has a Datasource Item and that Item is what's being rendered. ItemListController - Use when a Rendering will present a number of Items that have to be looked up in some fashion. On Sitecore startup, this package will scan all assemblies for IController and IRepository implementations and automatically add them to Dependency Injection. This feature can be disabled/changed via the config file for this package.

Constellation.Feature.PageTagging.SitemapXml

Requires Sitecore 10.3 Requires .NET Framework 4.8 Constellation is a collection of utilities for .NET CMS implementers. The Feature.PageTagging.SitemapXml namespace is an extension of the base Feature that adds explicit support for Foundation.SitemapXml, based upon the Page Search Engine Directive fields available in the PageTagging module. This feature is shipped separately in case the user is not using Constellation.Foundation.SitemapXml or has a different implementation that is not compatible with the PageTagging feature.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.3.0.22919 1,545 6/16/2023
10.2.1.24072 1,340 3/13/2023
10.2.0.28507 2,732 11/12/2021
10.1.1.22725 986 3/14/2023
10.1.0.26213 2,157 3/4/2021
10.0.1.23545 3,859 8/5/2020
10.0.0.21896 1,924 8/4/2020
9.3.0.27247 4,870 6/4/2020
9.1.3.26256 16,307 4/17/2019
9.1.2.28755 3,250 4/11/2019
9.1.1.24827 3,253 3/6/2019
9.1.1.20583 1,190 3/6/2019
9.1.0.18554 6,108 12/6/2018
9.0.5.24342 4,887 10/25/2018
9.0.4.23528 2,957 10/20/2018
9.0.3.24083 8,987 6/7/2018
9.0.2.26307 1,628 5/25/2018
9.0.1.20451 1,558 2/12/2018
9.0.0.29494 1,513 12/6/2017
9.0.0.26148 1,629 12/6/2017
8.2.0.29886 1,684 10/5/2016
8.2.0.27066 1,531 10/5/2016

Extracted from a deprecated Constellation.Sitecore package. Suitable for use with Sitecore 8.2