Constellation.Foundation.Caching 10.3.0.22919

dotnet add package Constellation.Foundation.Caching --version 10.3.0.22919
NuGet\Install-Package Constellation.Foundation.Caching -Version 10.3.0.22919
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="10.3.0.22919" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Constellation.Foundation.Caching --version 10.3.0.22919
#r "nuget: Constellation.Foundation.Caching, 10.3.0.22919"
#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=10.3.0.22919

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

VERSION 10.3 is compiled for Sitecore 10.2 use and will not work on earlier versions.
Requires Sitecore 10.3
Requires .NET 4.8

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

Request an ICacheManager from your service locator to use in your Controllers.

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 9.x

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  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,424 6/16/2023
10.2.1.24072 1,312 3/13/2023
10.2.0.28507 2,680 11/12/2021
10.1.1.22725 943 3/14/2023
10.1.0.26213 2,086 3/4/2021
10.0.1.23545 3,775 8/5/2020
10.0.0.21896 1,875 8/4/2020
9.3.0.27247 4,740 6/4/2020
9.1.3.26256 15,539 4/17/2019
9.1.2.28755 3,099 4/11/2019
9.1.1.24827 3,082 3/6/2019
9.1.1.20583 1,154 3/6/2019
9.1.0.18554 5,837 12/6/2018
9.0.5.24342 4,691 10/25/2018
9.0.4.23528 2,830 10/20/2018
9.0.3.24083 8,546 6/7/2018
9.0.2.26307 1,602 5/25/2018
9.0.1.20451 1,513 2/12/2018
9.0.0.29494 1,497 12/6/2017
9.0.0.26148 1,593 12/6/2017
8.2.0.29886 1,655 10/5/2016
8.2.0.27066 1,506 10/5/2016

Updated for Sitecore 10.3