Class PartitionedCache

    • Method Detail

      • fromCache

        public static PartitionedCache fromCache​(com.quartetfs.biz.pivot.query.IQueryCache globalCache)
      • getActivePivotEpoch

        public long getActivePivotEpoch()
        Specified by:
        getActivePivotEpoch in interface com.quartetfs.biz.pivot.query.IQueryCache
      • getDatastoreVersion

        public com.qfs.store.IDatastoreVersion getDatastoreVersion()
        Specified by:
        getDatastoreVersion in interface com.quartetfs.biz.pivot.query.IQueryCache
      • getContextInterface

        public Class<? extends com.quartetfs.biz.pivot.context.IContextValue> getContextInterface()
        Specified by:
        getContextInterface in interface com.quartetfs.biz.pivot.context.IContextValue
      • clone

        public PartitionedCache clone()
        Specified by:
        clone in interface com.quartetfs.fwk.IClone<com.quartetfs.biz.pivot.context.IContextValue>
        Overrides:
        clone in class HashMap<Object,​Object>