public static Serializable fromSharedCache( SessionImplementor session, CacheKey cacheKey, RegionAccessStrategy cacheAccessStrategy) { return fromSharedCache( session, (Object) cacheKey, cacheAccessStrategy ); }