Using the jcache extension, trying to override Ticker for unit tests.
I noticed in CacheFactory.Builder class the native caffeine builder is not getting the ticker instance, only CacheProxy, LoadingCacheProxy and JCacheLoaderAdapter.
this causes expiration logic to use the system ticker.