cached(const Key &key) const | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
clear() | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
Cost typedef (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >) | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
currentCost() const | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
erase(const Key &key) | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
get(const GetterKey &key) | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
getMaxCost() const | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
GetterFunction typedef | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
KeyType typedef (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >) | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
LRUCache(GetterFunction getter) (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >) | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
LRUCache(GetterFunction getter, Cost maxCost) (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >) | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
LRUCache(GetterFunction getter, RemovalCallback removalCallback, Cost maxCost) (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >) | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
Policy< LRUCache > (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >) | IECore::LRUCache< Key, Value, Policy, GetterKey > | friend |
RemovalCallback typedef | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
set(const Key &key, const Value &value, Cost cost) | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
setMaxCost(Cost maxCost) | IECore::LRUCache< Key, Value, Policy, GetterKey > | |
~LRUCache() (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >) | IECore::LRUCache< Key, Value, Policy, GetterKey > | virtual |