代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/186404/5232303
java cache.java
/**
Cache - Load data from source tables (or select statements) and puts them into
Hatshtable (cache).
Copyright (C) 2002-2003 Together
This library is free software; you can redi
www.eeworm.com/read/184711/5245497
cache semantic.cache
;; Object semantic.cache
;; SEMANTICDB Tags save file
(semanticdb-project-database "semantic.cache"
:file "semantic.cache"
:tables (list
(semanticdb-table "rw.c"
:file "rw.c"
:pointmax
www.eeworm.com/read/184711/5245555
cache semantic.cache
;; Object semantic.cache
;; SEMANTICDB Tags save file
(semanticdb-project-database "semantic.cache"
:file "semantic.cache"
:tables (list
(semanticdb-table "s3c2410_flash.c"
:file "s3c2410_
www.eeworm.com/read/184711/5245558
cache semantic.cache
;; Object semantic.cache
;; SEMANTICDB Tags save file
(semanticdb-project-database "semantic.cache"
:file "semantic.cache"
:tables (list
(semanticdb-table "mtdcore.c"
:file "mtdcore.c"
www.eeworm.com/read/184711/5245587
cache semantic.cache
;; Object semantic.cache
;; SEMANTICDB Tags save file
(semanticdb-project-database "semantic.cache"
:file "semantic.cache"
:tables (list
(semanticdb-table "mtd.h"
:file "mtd.h"
:pointm
www.eeworm.com/read/183535/5254797
cache config.cache
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs. It is not useful on other systems.
www.eeworm.com/read/182577/5263220
java cache.java
package cn.hxex.exam.cache;
import java.io.Serializable;
import java.util.Properties;
/**
* Defina a common Cache interface
*
* @author galaxy
*
*/
public interface Cache
{
/**
www.eeworm.com/read/182103/5266208
h cache.h
/* cache.h
*
* Cache Manager
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the fi
www.eeworm.com/read/182103/5270491
h cache_.h
/*
* MIPS Cache Manager Support
*/
#ifndef __MIPS_CACHE_h
#define __MIPS_CACHE_h
#include
/* TBD */
#endif
/* end of include file */
www.eeworm.com/read/182103/5270494
c cache.c
/*
* Cache Management Support Routines for the MIPS
*
* $Id: cache.c,v 1.1 2000/12/13 17:52:53 joel Exp $
*/
#include
#include "cache_.h"
/* TBD */