Definition at line 110 of file OOCacheManager.m.
◆ completeAsyncTask
- (void) completeAsyncTask |
|
|
|
|
implementation |
◆ dealloc
Definition at line 114 of file OOCacheManager.m.
725{
727
728 [super dealloc];
729}
730
NSDictionary * _cacheContents
◆ initWithCacheContents:
- (id) initWithCacheContents: |
|
(NSDictionary *) | cacheContents |
|
Definition at line 114 of file OOCacheManager.m.
709{
710 if ((self = [super init]))
711 {
714 {
715 [self release];
717 }
718 }
719
720 return self;
721}
722
◆ performAsyncTask
- (void) performAsyncTask |
|
|
|
|
implementation |
Reimplemented from <OOAsyncWorkTask>.
Definition at line 114 of file OOCacheManager.m.
733{
735 {
737 }
738 else
739 {
741 }
743}
744
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: