Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop
Title: cpp_mru_cache Download
 Description: I suppose you know what a MRU cache is, otherwise you wouldn t been reading this.This is an implementation of a very simple one using only STL.To implement a cache, derive a subclass from this template class.As an implementor, you d have to implement two methods: HandleNonExistingKeyFetch- to handle cache misses. In this method you access the real source of data behind the cache and return the value. HandleItemRelease- (optional) called when an item is removed from the cache.The cache class is a template of two types, a key and value (like hash map). The value type is the type of the resource and the key type is the type of the resource address. (this is how you fetch a resource)
 Downloaders recently: [More information of uploader ]
 To Search: cache stl map mru cache mru
  • [clonePtr] - a non-sharing smart pointer class that c
  • [LRU] - LRU (least recently used algorithm) and
  • [WindowsXPADNWindows98visiteachother] - Windows XP and Windows 98 each visit: XP
  • [Chat] - mfc source: a simple LAN chat program, v
  • [terrain_MDXsrc] - Rendering terrains with Managed DirectX
  • [init] - initialization mc9328mx1 the original co
  • [ccache0[1].1] - Treasury others write cache, and I feel
  • [Cache] - High performance cache
  • [mapTest] - C++ STL map operation introduce examples
File list (Check if you may need any files):

CodeBus www.codebus.net