Package com.mysql.cj

Class PerConnectionLRUFactory

java.lang.Object
com.mysql.cj.PerConnectionLRUFactory
All Implemented Interfaces:
CacheAdapterFactory<java.lang.String,​ParseInfo>

public class PerConnectionLRUFactory
extends java.lang.Object
implements CacheAdapterFactory<java.lang.String,​ParseInfo>
  • Constructor Summary

    Constructors 
    Constructor Description
    PerConnectionLRUFactory()  
  • Method Summary

    Modifier and Type Method Description
    CacheAdapter<java.lang.String,​ParseInfo> getInstance​(java.lang.Object syncMutex, java.lang.String url, int cacheMaxSize, int maxKeySize)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait