代码搜索:Cache

找到约 10,000 项符合「Cache」的源代码

代码结果 10,000
www.eeworm.com/read/151896/5678370

java testconcurrency.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.oscache.base; import com.opensymphony.oscache.general.GeneralCacheAdministrator; import junit.frame
www.eeworm.com/read/151896/5678372

java testlrucache.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.oscache.base.algorithm; import junit.framework.Test; import junit.framework.TestSuite; /** * Test
www.eeworm.com/read/151896/5678374

java testabstractcache.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.oscache.base.algorithm; import junit.framework.TestCase; /** * Test class for the AbstractCache cl
www.eeworm.com/read/151896/5678375

java testunlimitedcache.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.oscache.base.algorithm; import junit.framework.Test; import junit.framework.TestSuite; /** * Test
www.eeworm.com/read/151896/5678376

java testfifocache.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.oscache.base.algorithm; import junit.framework.Test; import junit.framework.TestSuite; /** * Test
www.eeworm.com/read/151896/5678405

java persistencelistener.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.oscache.base.persistence; import com.opensymphony.oscache.base.Config; import java.util.Set; /**
www.eeworm.com/read/151896/5678409

java fifocache.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.oscache.base.algorithm; import java.util.*; /** * FIFO (First In First Out) based queue algorithm
www.eeworm.com/read/151896/5678412

java lrucache.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.oscache.base.algorithm; import com.opensymphony.oscache.util.ClassLoaderUtil; import org.apache.com
www.eeworm.com/read/151896/5678414

java entryrefreshpolicy.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.oscache.base; import java.io.Serializable; /** * Interface that allows custom code to be called wh
www.eeworm.com/read/151896/5678424

java cachemapaccessevent.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.oscache.base.events; import com.opensymphony.oscache.base.CacheEntry; /** * Cache map access event