Method | Description | |
---|---|---|
RepositoryCache ( ) : System.Collections.Generic | ||
clear ( ) : void | ||
close ( |
||
open ( Key location ) : |
||
open ( Key location, bool mustExist ) : |
||
register ( |
Method | Description | |
---|---|---|
clearAll ( ) : void | ||
lockFor ( Key location ) : Lock | ||
openRepository ( Key location, bool mustExist ) : |
||
registerRepository ( Key location, |
||
unregisterRepository ( Key location ) : void |
public RepositoryCache ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public static open ( Key location ) : |
||
location | Key | |
return |
public static open ( Key location, bool mustExist ) : |
||
location | Key | |
mustExist | bool | |
return |
public static register ( |
||
db | ||
return | void |