Interface CacheInterface

All Known Implementing Classes:
CCache, ImmutableIntPOCache, ImmutablePOCache, IntPOCopyCache, NaturalAccountMap, POCopyCache

public interface CacheInterface
iDempiere Cache interaction Interface
Version:
$Id: CacheInterface.java,v 1.2 2006/07/30 00:54:35 jjanke Exp $
Author:
Jorg Janke
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    newRecord(int record_ID)
    New record created notification
    int
    Reset Cache
    int
    reset(int recordId)
    Reset Cache by record id
    int
    Get Size of Cache
  • Method Details

    • reset

      int reset()
      Reset Cache
      Returns:
      number of items reset
    • reset

      int reset(int recordId)
      Reset Cache by record id
      Parameters:
      recordId -
      Returns:
      number of items reset
    • size

      int size()
      Get Size of Cache
      Returns:
      number of items
    • newRecord

      void newRecord(int record_ID)
      New record created notification
      Parameters:
      record_ID -