Oracle - Difference between the Database and Web Cache posted by
Babu Kunwar
Difference between the Database and Web Cache
Database can store any size of data but Web cache can only cache frequently
accessed content.
Database supports large number of object Web cache does not supports objects.
We can query to database but not to Web cache.
Database understands predefined keywords and values but there is no values
defined for Web cache.
Web cache understand HTTP request and respond to that but HTTP is meaningless
to database
|