C# Class Orchard.Environment.Descriptor.ShellDescriptorCache

Inheritance: IShellDescriptorCache
Show file Open project: ucdavis/Orchard

Public Methods

Method Description
ShellDescriptorCache ( IAppDataFolder appDataFolder ) : System

Private Methods

Method Description
Fetch ( string name ) : Orchard.Environment.Descriptor.Models.ShellDescriptor
GetCacheTextForShellDescriptor ( Orchard.Environment.Descriptor.Models.ShellDescriptor descriptor ) : string
GetShellDecriptorForCacheText ( string p ) : Orchard.Environment.Descriptor.Models.ShellDescriptor
Store ( string name, Orchard.Environment.Descriptor.Models.ShellDescriptor descriptor ) : void
VerifyCacheFile ( ) : void

Method Details

ShellDescriptorCache() public method

public ShellDescriptorCache ( IAppDataFolder appDataFolder ) : System
appDataFolder IAppDataFolder
return System