Uses of Interface
net.n2oapp.cache.template.ThreeLevelCacheCallback
-
-
Uses of ThreeLevelCacheCallback in net.n2oapp.cache.template
Methods in net.n2oapp.cache.template with parameters of type ThreeLevelCacheCallback Modifier and Type Method Description FThreeLevelCacheTemplate. execute(String firstLevelRegion, String secondLevelRegion, String thirdLevelRegion, Object firstKey, Object secondKey, Object thirdKey, ThreeLevelCacheCallback<F,S,T> callback)protected FThreeLevelCacheTemplate. handleFirstCache(Object firstKey, S secondLevelCacheValue, org.springframework.cache.Cache firstLevelCache, ThreeLevelCacheCallback<F,S,T> callback)protected FThreeLevelCacheTemplate. handleSecondCache(Object firstKey, Object secondKey, ThreeLevelCacheCallback<F,S,T> callback, org.springframework.cache.Cache firstLevelCache, org.springframework.cache.Cache secondLevelCache, T thirdLevelCacheValue)protected FThreeLevelCacheTemplate. handleThirdCache(Object firstKey, Object secondKey, Object thirdKey, ThreeLevelCacheCallback<F,S,T> callback, org.springframework.cache.Cache firstLevelCache, org.springframework.cache.Cache secondLevelCache, org.springframework.cache.Cache thirdLevelCache)
-