CacheLoaderFunc


Description:

public delegate V CacheLoaderFunc<K,V> (K key)

Loader function for cache misses.


Namespace: Vala.Collections
Package: Valacore