BigMemory 4.3.10 | Product Documentation | BigMemory Go Developer Guide | Cache Usage Patterns | read-through
 
read-through
The read-through pattern mimics the structure of the cache-aside pattern when reading data. The difference is that you must implement the CacheEntryFactory interface to instruct the cache how to read objects on a cache miss, and you must wrap the Cache instance with an instance of SelfPopulatingCache.