Content is stored in and retrieved from the cache using URI based keys. Content with access protection is not cached.
The
The
The
The
LRU|GDSFThe
LRU (Least Recently Used): LRU removes the
documents that have not been accessed for the longest time.
GDSF (GreadyDual-Size): GDSF assigns a priority
to cached documents based on the cost of a cache miss and the size of
the document. Documents with the lowest priority are removed first.