⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cache.ccf

📁 Java/J2EE application framework based on [Expert One-on-One J2EE Design and Development] by Rod John
💻 CCF
字号:
# Sample Apache JCS configuration for Hibernate

# DEFAULT CACHE REGION
jcs.default=
jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
jcs.default.cacheattributes.MaxObjects=2000
jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache
jcs.default.elementattributes=org.apache.jcs.engine.ElementAttributes
jcs.default.elementattributes.IsEternal=false
jcs.default.elementattributes.MaxLifeSeconds=240
jcs.default.elementattributes.IdleTime=1800
jcs.default.elementattributes.IsSpool=false
jcs.default.elementattributes.IsRemote=false
jcs.default.elementattributes.IsLateral=false

# SPECIFIC CACHE REGION FOR "example.ExampleDomainObject"
jcs.region.example.ExampleDomainObject=
jcs.region.example.ExampleDomainObject.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
jcs.region.example.ExampleDomainObject.cacheattributes.MaxObjects=1000
jcs.region.example.ExampleDomainObject.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache
jcs.region.example.ExampleDomainObject.elementattributes=org.apache.jcs.engine.ElementAttributes
jcs.region.example.ExampleDomainObject.elementattributes.IsEternal=false
jcs.region.example.ExampleDomainObject.elementattributes.MaxLifeSeconds=120
jcs.region.example.ExampleDomainObject.elementattributes.IdleTime=90
jcs.region.example.ExampleDomainObject.elementattributes.IsSpool=false
jcs.region.example.ExampleDomainObject.elementattributes.IsRemote=false
jcs.region.example.ExampleDomainObject.elementattributes.IsLateral=false

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -