Get-Cache

Retrieves a Sitecore cache.

Syntax

Get-Cache [[-Name] <String>]

Detailed Description

The Get-Cache command retrieves a Sitecore cache.

© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions

Parameters

-Name <String>

Name of the cache to retrieve. Supports wildcards.

Aliases

Required?

false

Position?

1

Default Value

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Sitecore.Caching.Cache

Notes

Help Author: Adam Najmanowicz, Michael West

Examples

EXAMPLE

Last updated