J
Julia
Hi,
I have Server class which uses a Pop3Reciever class
both written by me.
The server initialize Cache which hold configuration for pop3
communication(password,user name,server)
I wonder where is the best place to read from the cache and why?
I can read it in the Server class and pass the parameters to the
Pop3Reciever constructor
or I can read it directly in the Pop3Reciever class
Thanks.
I have Server class which uses a Pop3Reciever class
both written by me.
The server initialize Cache which hold configuration for pop3
communication(password,user name,server)
I wonder where is the best place to read from the cache and why?
I can read it in the Server class and pass the parameters to the
Pop3Reciever constructor
or I can read it directly in the Pop3Reciever class
Thanks.