程序包 org.coodex.cache

类 FileCache

java.lang.Object
org.coodex.cache.FileCache
所有已实现的接口:
Cache

public class FileCache extends Object implements Cache
  • 构造器详细资料

  • 方法详细资料

    • getNode

      public String getNode()
      指定者:
      getNode 在接口中 Cache
    • getName

      public String getName()
      指定者:
      getName 在接口中 Cache
    • cachedItems

      public int cachedItems()
      指定者:
      cachedItems 在接口中 Cache
    • next

      public byte[] next()
      指定者:
      next 在接口中 Cache
    • cache

      public void cache(byte[] bytes)
      指定者:
      cache 在接口中 Cache
    • cache

      public void cache(byte[] data, int offset, int length)
      指定者:
      cache 在接口中 Cache