Property | Type | Description | |
---|---|---|---|
ResetCache | void |
Method | Description | |
---|---|---|
Delete ( |
||
Get ( string pageName ) : |
||
GetAll ( ) : IEnumerable |
||
Insert ( |
||
JsonRepository ( ISqliteConfiguration config, ICacheProvider cacheProvider ) : System.Collections.Generic | ||
Update ( |
Method | Description | |
---|---|---|
ResetCache ( ) : void |
public Delete ( |
||
entity | ||
return | bool |
public Get ( string pageName ) : |
||
pageName | string | |
return |
public Insert ( |
||
entity | ||
return | long |
public JsonRepository ( ISqliteConfiguration config, ICacheProvider cacheProvider ) : System.Collections.Generic | ||
config | ISqliteConfiguration | |
cacheProvider | ICacheProvider | |
return | System.Collections.Generic |
public Update ( |
||
entity | ||
return | bool |