Lewis's Tech Keep
[General] 캐싱에 관해 본문
캐싱 (JAVA Object Cache)
Java Object Cache. The Java Object Cache provides caching for expensive or frequently used Java objects when the application servers use a Java program to supply their content. Cached Java objects can contain generated pages or can provide support objects within the program to assist in creating new content. The Java Object Cache automatically loads and updates objects as specified by the Java application.
자바 객체 캐시, 자바 오브젝트 캐시는 application 서버에서 콘텐트(콘텐츠 단수)로 공급되는 비싸고 자주 사용되는 자바 객체를 위해 캐싱을 제공한다.
새 콘텐트로 생성함으로써 프로그램의 도움을 주는 캐싱된 자바 객체는 만들어진 페이지, 객체를 지원하는 것을 제공한다. 자바 객체 캐시는 자바 어플리케이션에 자세하게 써진 객체를 업데이트하고 자동으로 로드하게 해 준다.
자바 객체 캐시의 기본 구조
자바 객체 캐시 기본 API
Cache Object Types. The cache object types include memory objects, disk objects, pooled objects, and StreamAccess objects.
캐시 객체 타입 : Memory objects, Disk objects, Pooled objects, StreamAccess objects 타입이 있음.
'Java > 알고리즘' 카테고리의 다른 글
[프로그래머스] 기능개발 (0) | 2021.01.22 |
---|---|
[프로그래머스] 주식가격 (0) | 2021.01.21 |
[로직] 숫자야구겜 (0) | 2021.01.06 |
[프로그래머스] 전화번호 목록 (0) | 2021.01.04 |
java 패킷 등록 시 잊지 말아야 할 것 (0) | 2020.12.09 |