Method | Description | |
---|---|---|
AddCacheAssembly ( string strAssemblyPath, KeePass.Plugins.PlgxPluginInfo plgx ) : string | ||
AddCacheFile ( string strNormalFile, KeePass.Plugins.PlgxPluginInfo plgx ) : string | ||
Clear ( ) : void | ||
DeleteOldFilesAsync ( ) : void | ||
GetCacheDirectory ( KeePassLib.PwUuid pwPluginUuid, bool bEnsureExists ) : string | ||
GetCacheFile ( KeePassLib.PwUuid pwPluginUuid, bool bMustExist, bool bCreateDirectory ) : string | ||
GetCacheRoot ( ) : string | ||
GetUsedCacheSize ( ) : ulong |
Method | Description | |
---|---|---|
ContainsOnlyOldFiles ( |
||
DeleteOldFilesFunc ( ) : void | ||
DeleteOldFilesSafe ( object stateInfo ) : void | ||
GetAppID ( ) : string |
public static AddCacheAssembly ( string strAssemblyPath, KeePass.Plugins.PlgxPluginInfo plgx ) : string | ||
strAssemblyPath | string | |
plgx | KeePass.Plugins.PlgxPluginInfo | |
return | string |
public static AddCacheFile ( string strNormalFile, KeePass.Plugins.PlgxPluginInfo plgx ) : string | ||
strNormalFile | string | |
plgx | KeePass.Plugins.PlgxPluginInfo | |
return | string |
public static GetCacheDirectory ( KeePassLib.PwUuid pwPluginUuid, bool bEnsureExists ) : string | ||
pwPluginUuid | KeePassLib.PwUuid | |
bEnsureExists | bool | |
return | string |
public static GetCacheFile ( KeePassLib.PwUuid pwPluginUuid, bool bMustExist, bool bCreateDirectory ) : string | ||
pwPluginUuid | KeePassLib.PwUuid | |
bMustExist | bool | |
bCreateDirectory | bool | |
return | string |