Home
last modified time | relevance | path

Searched refs:NoOpCache (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/cache/
DCacheProviderFactory.java45 return new NoOpCache(); in create()
51 return new NoOpCache(); in createNoOpCache()
59 static class NoOpCache implements HttpCache { class in CacheProviderFactory