C# Class SenseNet.ContentRepository.ApplicationCache

Inheritance: IApplicationCache
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
GetPaths ( string appTypeName ) : IEnumerable
Invalidate ( string appTypeName, string path ) : void

Private Methods

Method Description
ApplicationCache ( ) : System
BuildCacheData ( string appTypeName ) : string
CreateApplicationCache ( string appTypeName ) : ApplicationCacheFile
GetAppCacheRoot ( ) : Node
LoadCacheFile ( string appTypeName ) : ApplicationCacheFile
SearchData ( string appTypeName ) : List

Method Details

GetPaths() public method

public GetPaths ( string appTypeName ) : IEnumerable
appTypeName string
return IEnumerable

Invalidate() public method

public Invalidate ( string appTypeName, string path ) : void
appTypeName string
path string
return void