Home


6.7 Memory caching

DynaCache accesses and retrieves objects primarily from the memory cache. This cache keeps references to the cached objects and can be configured with limits on the number of entries that are cached in memory. After the limit of entries that is specified for the memory cache is reached, adding additional entries in the cache will require that entries be evicted out of memory, based on how recently the evicted entry was last accessed, and the priority of the object that is inserted into the cache.

+

Search Tips   |   Advanced Search