Cache
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package me.cortex.voxy.common.world;
|
||||
|
||||
public class L2SectionCache {
|
||||
//Sections may go here before they goto die
|
||||
public L2SectionCache(int size) {
|
||||
|
||||
}
|
||||
|
||||
public void put(WorldSection worldSection) {
|
||||
|
||||
}
|
||||
|
||||
public WorldSection reacquire(long pos) {
|
||||
//Try to re-acquire a section from the cache and revive it
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user