#import <ObjectCache.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithCapacity: |
| (void) | - dealloc |
| (void) | - setCapacity: |
| (void) | - setUsesIsEqualForComparison: |
| (void) | - setObject:forKey: |
| (id) | - objectForKey: |
| (void) | - removeObjectForKey: |
| (void) | - removeAllObjects |
| (BOOL) | - isObjectInCache: |
Geschützte Attribute | |
| unsigned int | _arrayCapacity |
| struct __CFArray * | _keysAndValues |
| BOOL | _useIsEqual |
Definiert in Zeile 9 der Datei ObjectCache.h.
| - (id) initWithCapacity: | (unsigned int) | fp8 |
| - (void) dealloc |
Implementiert NSObject.
| - (void) setCapacity: | (unsigned int) | fp8 |
| - (void) setUsesIsEqualForComparison: | (BOOL) | fp8 |
| - (void) setObject: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (id) objectForKey: | (id) | fp8 |
| - (void) removeObjectForKey: | (id) | fp8 |
| - (void) removeAllObjects |
| - (BOOL) isObjectInCache: | (id) | fp8 |
- (unsigned int) _arrayCapacity [protected] |
Definiert in Zeile 11 der Datei ObjectCache.h.
- (struct __CFArray*) _keysAndValues [read, protected] |
Definiert in Zeile 12 der Datei ObjectCache.h.
- (BOOL) _useIsEqual [protected] |
Definiert in Zeile 13 der Datei ObjectCache.h.