template <typename T, typename BasePolicyT>
class HashCacheObjectPoolPolicy
Defined at line 48 of file ../../src/ui/lib/escher/util/hash_cache.h
Wraps the provided ObjectPool policy so that HashCache clients can focus on
the domain-specific functionality of cached items, without thinking about
the HashCache-internal fields of those items.
Public Methods
template <typename... Args>
void HashCacheObjectPoolPolicy<T, BasePolicyT> (Args &&... args)
Defined at line 51 of file ../../src/ui/lib/escher/util/hash_cache.h
void DestroyPoolObject (T * ptr)
Defined at line 53 of file ../../src/ui/lib/escher/util/hash_cache.h