Home
>
Glue Framework 5
> Sample Guide for ehcache Components
Last Published: 2019-12-10 | Version: 5.0.2-RELEASE
Main
Welcome
Release History
Release Note
Example
javadoc
¶óÀ̼¾½º
¸ðµâ
Glue Schema
Glue Core
Glue u-CUBE
Glue Tester
Glue Redis
Glue MyBatis
Glue Schedule
Glue MongoDB
Glue Nexacro17
ehcache Sample Project
기본 설명
이 예제는 ehcache 라이브러리 기반에서 GlueEhCacheManager의 기능을 테스트 하는 예제이다.
사용법
test.TestCache 클래스를 실행 시켜서 CacheManager의 기본 동작을 확인 할 수 있다.
test.TestCacheLoader 클래스를 실행 시켜서 GlueCacheLoader의 기본 동작을 확인 할 수 있다.
Web Application Test
build.properties의 설정 값을 로컬 환경에 맞게 수정 후 build.xml으로 Ant빌드한다.
생성된 War를 Was에 적용한 후 index.jsp에서 기본 동작을 확인 할 수 있다.