|
Move Method public of(of Mapper<K,V>) : CacheDSL<K,V> from class org.rapidoid.cache.Cache to public of(of Mapper<K,V>) : CacheDSL<K,V> from class org.rapidoid.cache.Caching |
From |
To |
|
Move Method public atom(loader Callable<T>, ttlInMs long) : CacheAtom<T> from class org.rapidoid.cache.Cache to public atom(loader Callable<T>, ttlInMs long) : CacheAtom<T> from class org.rapidoid.cache.Caching |
From |
To |
|
Move Method public of(keyClass Class<K>, valueClass Class<V>) : CacheDSL<K,V> from class org.rapidoid.cache.Cache to public of(keyClass Class<K>, valueClass Class<V>) : CacheDSL<K,V> from class org.rapidoid.cache.Caching |
From |
To |
|
Change Return Type Cached<HTTPCacheKey,CachedResp> to Cache<HTTPCacheKey,CachedResp> in method protected createCache() : Cache<HTTPCacheKey,CachedResp> in class org.rapidoid.http.impl.RouteImpl |
From |
To |
|
Change Return Type Cached<HTTPCacheKey,CachedResp> to Cache<HTTPCacheKey,CachedResp> in method public cache() : Cache<HTTPCacheKey,CachedResp> in class org.rapidoid.http.impl.RouteImpl |
From |
To |
|
Change Return Type ConcurrentCached<K,V> to ConcurrentCache<K,V> in method public create(params CacheDSL<K,V>) : ConcurrentCache<K,V> in class org.rapidoid.cache.impl.CacheFactory |
From |
To |
|
Change Return Type Cached<K,V> to Cache<K,V> in method public build() : Cache<K,V> in class org.rapidoid.cache.impl.CacheDSL |
From |
To |
|
Change Return Type Cached<HTTPCacheKey,CachedResp> to Cache<HTTPCacheKey,CachedResp> in method public cache() : Cache<HTTPCacheKey,CachedResp> in class org.rapidoid.http.Route |
From |
To |