Method | Description | |
---|---|---|
DeleteAddressContext ( |
DeleteAddressContext - Remove from cache and call delete method in BLL.
|
|
InsertAddressContext ( |
InsertAddressContext - Insert a new address into cache, then call BLL to add to database.
|
|
ListAddress ( |
||
ListAddresses ( |
ListAddresses - Get a list of addresses from BLL and add to cache.
|
|
ListPrimaryAddress ( |
ListPrimaryAddress - Check to see if the Primary Address record is in cache.. if it's not, get it and place into cache.
|
|
OnRemove ( string key, object cacheItem, System reason ) : void | ||
UpdateAddressContext ( |
UpdateAddressContext - Record is updated, remove from cache, add back to cache, and then call BLL to update database.
|
public DeleteAddressContext ( |
||
_cAddress | ||
_cVolAddr | ||
return | void |
public InsertAddressContext ( |
||
_cAddress | ||
_cVolAddr | ||
return | void |
public ListAddress ( |
||
_cAddress | ||
return |
public ListAddresses ( |
||
cVolAddr | ||
return | List |
public ListPrimaryAddress ( |
||
cVolAddr | ||
return |
public static OnRemove ( string key, object cacheItem, System reason ) : void | ||
key | string | |
cacheItem | object | |
reason | System | |
return | void |
public UpdateAddressContext ( |
||
_cAddress | ||
_cVolAddr | ||
return | void |