Class OExecutionPlanCache

java.lang.Object
com.orientechnologies.orient.core.sql.parser.OExecutionPlanCache
All Implemented Interfaces:
OMetadataUpdateListener

public class OExecutionPlanCache extends Object implements OMetadataUpdateListener
This class is an LRU cache for already prepared SQL execution plans. It stores itself in the storage as a resource. It also acts an an entry point for the SQL executor.
Author:
Luigi Dell'Aquila (l.dellaquila-(at)-orientdb.com)