Searched refs:withCache (Results 1 – 2 of 2) sorted by relevance
47 TypeFactory tf = MAPPER.getTypeFactory().withCache(new LRUMap<Object,JavaType>(4, 8)); in testMissingCollectionType()
225 public TypeFactory withCache(LRUMap<Object,JavaType> cache) { in withCache() method in TypeFactory