Include file:
#include "mcrl2/utilities/cache_policy.h
mcrl2::utilities::
no_policy
¶A policy that replaces an arbitrary (but not random) element.
clear
() overrideCalled whenever the underlying cache is cleared.
inserted
(const key_type&) overrideCalled whenever a new element has been inserted into the cache.
replacement_candidate
(Map &map) overrideReturns: An iterator to the key that should be replaced when the cache is full.
touch
(const key_type&) overrideCalled whenever an element was found in the cache.