Adaptive Server has two major strategies for using its data cache efficiently:
LRU replacement strategy, usually used for pages that a query needs to access more than once or pages that must be updated
MRU, or fetch-and-discard replacement strategy, used for pages that a query needs to read only once