Definition at line 368 of file CPCache.j.
- (void) setCountLimit: |
|
(int) |
aCountLimit |
|
|
implementation |
Synthesized accessor method.
Sets the count limit of the cache. Remove objects if not enough place to keep all of them
- Parameters
-
aCountLimit | the new count limit |
Extends class CPCache.
Definition at line 397 of file CPCache.j.
- (void) setTotalCostLimit: |
|
(int) |
aTotalCostLimit |
|
|
implementation |
Synthesized accessor method.
Sets the total cost limit of the cache. Remove objects if not enough place to keep all of them
- Parameters
-
aTotalCostLimit | the new total cost limit |
Extends class CPCache.
Definition at line 413 of file CPCache.j.
The documentation for this category was generated from the following file: