What about query caching in a Web Service? I am creating a Web Service that
I would like to have some database information persist in memory as long as
requests are being issued against the service, but periodically or forcibly
refreshed when updates are made in the database.
I would like to have some database information persist in memory as long as
requests are being issued against the service, but periodically or forcibly
refreshed when updates are made in the database.
Comment