I found a reference to this concept in the EHCache documentation, but I could not find any proper explanation of what it means.
It tried Googling around but to no avail.
I found a reference to this concept in the EHCache documentation , but I
Share
The more common term is self populating cache.
In Ehcache docs a
SelfPopulatingCache(= pull-through cache) is described as a:That means when asking the
SelfPopulatingCachefor a value and that value is not in the cache, it will create this value for you.