org.ehcache
Class EhcacheHackAccessor

java.lang.Object
  extended by org.ehcache.EhcacheHackAccessor

public final class EhcacheHackAccessor
extends java.lang.Object

EhcacheHackAccessor


Method Summary
static java.util.Map<BulkOps,org.terracotta.statistics.jsr166e.LongAdder> getBulkMethodEntries(Ehcache<?,?> ehcache)
           
static
<K,V> CacheLoaderWriter<? super K,V>
getCacheLoaderWriter(Ehcache<K,V> ehcache)
           
static
<K,V> Jsr107Cache<K,V>
getJsr107Cache(Ehcache<K,V> ehcache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCacheLoaderWriter

public static <K,V> CacheLoaderWriter<? super K,V> getCacheLoaderWriter(Ehcache<K,V> ehcache)

getJsr107Cache

public static <K,V> Jsr107Cache<K,V> getJsr107Cache(Ehcache<K,V> ehcache)

getBulkMethodEntries

public static java.util.Map<BulkOps,org.terracotta.statistics.jsr166e.LongAdder> getBulkMethodEntries(Ehcache<?,?> ehcache)