C# Class SenseNet.ContentRepository.ApplicationCache

Inheritance: IApplicationCache
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
GetPaths ( string appTypeName ) : IEnumerable
Invalidate ( string appTypeName, string path ) : void

Private Methods

Méthode 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 méthode

public GetPaths ( string appTypeName ) : IEnumerable
appTypeName string
Résultat IEnumerable

Invalidate() public méthode

public Invalidate ( string appTypeName, string path ) : void
appTypeName string
path string
Résultat void