Click or drag to resize

CompositeCache Constructor

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodCompositeCache(ICache, ICache)
Construct a CompositeCache using two specified caches:
  • FrontCache (aka "cache", "near" or "shallow")
  • BackCache (aka "actual", "real" or "deep")
Public methodCompositeCache(ICache, ICache, CompositeCacheStrategyType)
Construct a CompositeCache using two specified caches:
  • FrontCache (aka "cache", "near" or "shallow")
  • BackCache (aka "actual", "real" or "deep")
and using the specified front cache invalidation strategy.
Top
See Also