Interface Cached

All Known Implementing Classes:
SimpleJsonDataOperator

public interface Cached
Cacheable data operation interface.

可缓存的数据操作接口

Version:
1.0.0
Author:
wisdomme
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Persist cache object.
    void
    gc()
    Compare local with cache and delete local persistent files.
  • Method Details

    • flush

      void flush()
      Persist cache object.

      持久化缓存对象

    • gc

      void gc()
      Compare local with cache and delete local persistent files.

      对比本地与缓存,删除本地持久化文件