API  1.0.0
CPCache(CPSynthesizedAccessors) Category Reference

Instance Methods

(int) - countLimit
 
(CPString- name
 
(void) - setCountLimit:
 
(void) - setName:
 
(void) - setTotalCostLimit:
 
(int) - totalCostLimit
 

Detailed Description

Definition at line 374 of file CPCache.j.

Method Documentation

◆ countLimit()

- (int) countLimit
implementation

Synthesized accessor method.

Extends class CPCache.

Definition at line 395 of file CPCache.j.

◆ name()

- (CPString) name
implementation

Synthesized accessor method.

Extends class CPCache.

Definition at line 379 of file CPCache.j.

◆ setCountLimit:()

- (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
aCountLimitthe new count limit

Extends class CPCache.

Definition at line 403 of file CPCache.j.

◆ setName:()

- (void) setName: (CPString aValue
implementation

Synthesized accessor method.

Extends class CPCache.

Definition at line 387 of file CPCache.j.

◆ setTotalCostLimit:()

- (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
aTotalCostLimitthe new total cost limit

Extends class CPCache.

Definition at line 419 of file CPCache.j.

◆ totalCostLimit()

- (int) totalCostLimit
implementation

Synthesized accessor method.

Extends class CPCache.

Definition at line 411 of file CPCache.j.


The documentation for this category was generated from the following file: