Saturday, 19 April 2014

What is difference between Application and Cache


Application :

1.      Application variable can contains two methods like lock() and unlock()
2.      We can lock all variables dependent on user.

Cache :

1.      Cache object can contains only method like self locking.
2.      We can lock specific variables depends on system.

No comments:

Post a Comment