Definition at line 110 of file OOCacheManager.m.
◆ completeAsyncTask
| - (void) completeAsyncTask |
|
|
|
|
implementation |
◆ dealloc
Definition at line 114 of file OOCacheManager.m.
724{
726
727 [super dealloc];
728}
729
NSDictionary * _cacheContents
◆ initWithCacheContents:
| - (id) initWithCacheContents: |
|
(NSDictionary *) |
cacheContents |
|
Definition at line 114 of file OOCacheManager.m.
708{
709 if ((self = [super init]))
710 {
713 {
714 [self release];
716 }
717 }
718
719 return self;
720}
721
◆ performAsyncTask
| - (void) performAsyncTask |
|
|
|
|
implementation |
Reimplemented from <OOAsyncWorkTask>.
Definition at line 114 of file OOCacheManager.m.
732{
734 {
736 }
737 else
738 {
740 }
742}
743
static NSString *const kOOLogDataCacheWriteSuccess
static NSString *const kOOLogDataCacheWriteFailed
#define OOLog(class, format,...)
◆ _cacheContents
| - (NSDictionary*) _cacheContents |
|
private |
The documentation for this class was generated from the following file: