Class OLocalRecordCacheFactoryImpl
java.lang.Object
com.orientechnologies.common.factory.OConfigurableStatefulFactory<String,ORecordCache>
com.orientechnologies.orient.core.cache.OLocalRecordCacheFactoryImpl
- All Implemented Interfaces:
OLocalRecordCacheFactory
public class OLocalRecordCacheFactoryImpl
extends OConfigurableStatefulFactory<String,ORecordCache>
implements OLocalRecordCacheFactory
Factory implementation of local record cache.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Field Summary
Fields inherited from class com.orientechnologies.common.factory.OConfigurableStatefulFactory
defaultClass, registry -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.orientechnologies.common.factory.OConfigurableStatefulFactory
get, getDefaultClass, getRegisteredNames, newInstance, newInstanceOfDefaultClass, register, setDefaultClass, unregister, unregisterAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.cache.OLocalRecordCacheFactory
newInstance
-
Constructor Details
-
OLocalRecordCacheFactoryImpl
public OLocalRecordCacheFactoryImpl()
-