LocalCache is a cache that stores data in memory. It is local to a running thread.
Clears the local cache. This only impacts the current running thread.
Clears the state of an item and any of its dependencies from the local cache.
Remove an item from the local cache.
LocalCache is a cache that stores data in memory. It is local to a running thread.