程序包 org.coodex.cache

接口 Cache

所有已知实现类:
FileCache

public interface Cache
  • 方法详细资料

    • getNode

      String getNode()
    • getName

      String getName()
    • cachedItems

      int cachedItems()
    • next

      byte[] next()
    • cache

      void cache(byte[] bytes)
    • cache

      void cache(byte[] data, int offset, int length)